I tried:
sudo apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package subversion is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'subversion' has no installation candidate
I need a command line version for supporting builds which were developed under Ubuntu 14.xx and use svn
.
sudo apt-get update
before the install command. – Arronical Feb 21 '17 at 16:55sudo apt update
and then post the output ofapt-cache policy subversion
– steeldriver Feb 21 '17 at 16:56lsb_release -a
– Elder Geek Feb 21 '17 at 19:20