How to Install Subversion?

Posted on the December 12th, 2008 under Software Install Tips by Stephen

To install Subversion in Linux, do

# yum install subversion

If you get Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion => here is the fix:

# cd /usr/local/src
# wget http://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm
# rpm -i perl-URI-1.35-3.noarch.rpm
# yum install subversion

That should install perl-URI-1.35-3 and Subversion.


Share this page:
  • Facebook
  • Twitter
  • StumbleUpon
  • Slashdot
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Technorati
  • LinkedIn
  • Reddit
Related Posts:
  1. How to install ImageMagick?
  2. How to install Ghostscript?
  3. How to install CURL?

2 Responses to 'How to Install Subversion?'

  1. December 21, 2008 at 12:10 am
    well
  2. December 21, 2008 at 6:07 pm
    admin

Leave a Comment