Installing SVN ??
Matthew Palmer
mpalmer at hezmatt.org
Mon Nov 28 07:16:43 UTC 2005
On Mon, Nov 28, 2005 at 12:20:07AM -0500, 'Forum Post wrote:
> i when in the root terminal and tryped: sudo apt-get install
> subversion
>
> the results were:
>
> Reading package lists... Done
> Building dependency tree... Done
> E: Couldn't find package subversion
>
> im guessing thats because i have to download the package, but i checked
> ubuntu packages and found it.
I strongly suspect that you don't have a record of the repository that
subversion is located in. Look in /etc/apt/sources.list (or use the
synaptic tool) to see what repositories you have enabled. Try enabling the
universe repository (if you're using hoary). Then run 'sudo apt-get update'
and then retry your subversion install, and it should work.
If you're using breezy, then I'm not sure what could be going on, as
subversion is in main on breezy. I'm fairly sure you're running hoary
though.
- Matt
More information about the ubuntu-users
mailing list