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

  • GIT
  • SVN
  • Mercurial
  • Bazaar
link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Well, there's git-all git-all which gives you all the git packages (or, if you want to get just the core git packages (cli only, as this skips the GUI tool) git-core git-core, subversion svn as for a GUI there are several projects which are designed as a front end to Subversion, bazaar bzr for a GUI there is bzr-explorer bzr-explorer, and mercurial hg and here is a list of Mercurial GUI tools

link|improve this answer
feedback
sudo apt-get install git

Should install git on your system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.