6

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

  • GIT
  • SVN
  • Mercurial
  • Bazaar
landroni
  • 5,941
  • 7
  • 36
  • 58
Luis Alvarado
  • 211,503

2 Answers2

6

Well, there's:

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

Should install git on your system.

haziz
  • 2,929