I am trying to install svn and am running into issues. The command I am running is sudo apt-get install svn
. When I run this, I get the error "Unable to locate package svn". Why is this? How do I fix it?
Ubuntu – How to install svn
aptsoftware installationsvn
Related Question
- Ubuntu – Unable to run svn commands on a repository version 1.7
- Ubuntu – Unable to locate package thesql-server
- Ubuntu – Ubuntu Server 17.04 unable to locate package libapache2-svn
- Ubuntu – Ubuntu 16.04 cannot locate Skype after enabling Canonical Partners in Software & Update
- Ubuntu – How to install ATLAS on Kubuntu 18.04(Bionic)
Best Answer
The package is called subversion
(abbreviated
svn
). You've to install it by running:This package contains the
svnserve
daemon too (not started by default). If you want to host a subversion server over HTTP, you must installapache2
and configure it accordingly.