apt-get install libapache2-svn apache2 ... libapache2-svn not found

Unable to install libapache2-svn as described under 'Install Apache:' in doc's.

2 Replies

Depending on which distro and which version of that distro you're using, then the package might be named something different. For example, in later versions of Ubuntu it is called "libapache2-mod-svn" so the command would be:

apt-get install libapache2-mod-svn

Could you let me know which distro you're using, and which guide you referenced? I'd like to make sure that the guide is up to date.

mjones,

Thanks much. You nailed it!
I'm using 18.04LTS and I referenced 'https://www.linode.com/docs/development/version-control/manage-source-code-versions-with-subversion/' It's just below the heading: Install Apache and mod_dav_svn.

root@localhost:~# apt-get install libapache2-mod-svn
Reading package lists… Done
Building dependency tree
Reading state information… Done
Suggested packages:
db5.3-util
The following NEW packages will be installed:
libapache2-mod-svn
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 83.7 kB of archives.
After this operation, 421 kB of additional disk space will be used.
Get:1 http://mirrors.linode.com/ubuntu bionic/universe amd64 libapache2-mod-svn]
Fetched 83.7 kB in 0s (4,424 kB/s)
Selecting previously unselected package libapache2-mod-svn.
(Reading database … 103276 files and directories currently installed.)
Preparing to unpack …/libapache2-mod-svn_1.9.7-4ubuntu1_amd64.deb …
Unpacking libapache2-mod-svn (1.9.7-4ubuntu1) …
Setting up libapache2-mod-svn (1.9.7-4ubuntu1) …
apache2_invoke: Enable module dav_svn
apache2_invoke: Enable module authz_svn
root@localhost:~#

Best,
tpschmit

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct