如何在 Ubuntu 16.04 上安装 Subversion 客户端?

nwb*_*abe 2 apt svn 16.04

我试过:

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
Run Code Online (Sandbox Code Playgroud)

我需要一个命令行版本来支持在 Ubuntu 14.xx 下开发并使用svn.

Tah*_*qui 7

sudo add-apt-repository universe
sudo apt update
sudo apt install subversion
Run Code Online (Sandbox Code Playgroud)

适用于 Ubuntu Server 18.04。