View Single Post
  #85 (permalink)  
Old 05-18-2008, 05:36 PM
uncholowapo's Avatar
uncholowapo   is offline
Mr. Hacker
PS3Hax Leader
 
Join Date: Apr 2008
Location: US
Posts: 246
Default

Quote:
Originally Posted by spidy2k40
having problems with step 5...gettting error message... [root@c-24-98-16-21 spidy2k40]# rpm --import http://svn.rpmforge.net/svn/trunk/rp...-KEY-freshrpms

error: http://svn.rpmforge.net/svn/trunk/rp...-KEY-freshrpms: import read failed(-1).

[root@c-24-98-16-21 spidy2k40]# rpm --import http://svn.rpmforge.net/svn/trunk/rp...-KEY-yellowdog

error: http://svn.rpmforge.net/svn/trunk/rp...-KEY-yellowdog: import read failed(-1).

[root@c-24-98-16-21 spidy2k40]# what should i do...


Looking at the tutorial it seems that you have YDL. There is an easier way to install VLC than following this guide.



First you need the 3rd party repos from Fedora, Dribble and Livna. Here is an RPM to install them for you. After you install the RPM install yum-protectbase to protect your YDL base, extras, and updates repos from unecessary changes from the 3rd party repos:

Code:
su password: yum install yum-protectbase
After that just install vlc (assuming that you didn't exit out of the terminal because if you did you need to run su again):

Code:
yum install vlc
Reply With Quote