Joanmarie Diggs napsal(a):
sudo apt-get install svnIt needs to be: sudo apt-get install subversion
Hello, whenever you are not sure what is the name of the package you want to install, the following command is very useful:
apt-cache search svnThe last word on the line can be replaced by any search term(s). It works on any Debian based distro (such as Ubuntu).
Hope that helps. Tomas.