6

What packages are available in Ubuntu to use the following distributed version control systems via Terminal or GUI?

  • GIT
  • SVN
  • Mercurial
  • Bazaar
landroni
  • 6,011
Luis Alvarado
  • 216,643

2 Answers2

6

Well, there's:

Marco Ceppi
  • 48,827
0
sudo apt-get install git

Should install git on your system.

haziz
  • 3,067