5

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.

troylatroy
  • 1,275

1 Answers1

8
sudo add-apt-repository universe
sudo apt update
sudo apt install subversion

Works on Ubuntu Server 18.04.