Discussion:
Subversion is not available now?
LI, NING
2016-04-11 21:56:27 UTC
Permalink
Dear Sirs,

Now why it says "E: Unable to locate package subversion" and "E: Unable to locate package libapache2-svn" by issuing command "$ apt-get install subversion" and "$ apt-get install libapache2-svn", respectively?

These commands are listed on your web page "http://subversion.apache.org/packages.html#ubuntu", and I successfully download and install them a few days ago.

Subversion is a dependency of other free softwares, GMT and GMTSAR. I need it to work for something.

Thank you for the help!

Ning.
======================================
LI, Ning. Ph.D.
--------------------------------------
E-mail Address: ***@cec.sc.edu
--------------------------------------
Telephone Number: 803-777-8646(Office)
803-777-0106(FAX)
===The University of South Carolina===
--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Ralf Mardorf
2016-04-12 07:18:25 UTC
Permalink
Post by LI, NING
Unable to locate package libapache2-svn" by issuing command "$ apt-get
install subversion" and "$ apt-get install libapache2-svn",
respectively?
These commands are listed on your web page
"http://subversion.apache.org/packages.html#ubuntu"
Hi,

this isn't an official Ubuntu website, only the link to the Ubuntu
package search is a link to an official Ubuntu website.

First of all

$ apt-get install foo

can not work, because an install requires root privileges, IOW it must
be

$ sudo apt-get install foo

in addition, you need to ensure that the package index is synced, so
first you need to run

$ sudo apt-get update

it could be that you also need to upgrade your install, assumed the
software you want to install depends on a dedicated version of
something that is already installed, but outdated.

At minimum you need to run

$ sudo apt-get update && sudo apt-get subversion libapache2-svn

Perhaps an upgrade is required, then you need to run

$ sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get subversion libapache2-svn

The appropriate mailing list for such a request isn't this list, it's

https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

More information on how to use apt is provided by

https://help.ubuntu.com/community/AptGet/Howto

Regards,
Ralf
--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Loading...