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,031
Luis Alvarado
  • 217,203

2 Answers2

6

Well, there's:

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

Should install git on your system.

haziz
  • 3,077