Most recent edit on 2008-07-08 15:16:41 by AndrewBoring
Additions:
%%root@server [~]# wget wget ftp://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm∞
root@server [~]# rpm -i perl-URI-1.35-3.noarch.rpm
Deletions:
%%root@server [~]# wget http://fr.rpmfind.net/linux/fedora/core/3/x86_64/os/Fedora/RPMS/perl-URI-1.30-4.noarch.rpm∞
root@server [~]# rpm -i perl-URI-1.30-4.noarch.rpm
Edited on 2007-03-15 11:32:53 by AndrewBoring
Additions:
Here's what you do next (copy/paste):
root@server [~]# yum install subversion%%
Deletions:
Here's what you do next:
root@server [~]# yum install subversion %%
Oldest known version of this page was edited on 2007-03-06 11:02:22 by AndrewBoring []
Page view:
How to Install Subversion on Your VPS
You'll login via SSH as root and run this command:
root@server [~]# yum install subversion
and then you may get this error:
Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion
Here's what you do next:
root@server [~]# wget http://fr.rpmfind.net/linux/fedora/core/3/x86_64/os/Fedora/RPMS/perl-URI-1.30-4.noarch.rpm
root@server [~]# rpm -i perl-URI-1.30-4.noarch.rpm
root@server [~]# yum install subversion
Back to VPS