Recent Changes - Search:

Softwares

.

Installing-rpmforge-on-centos

Main.Installing-rpmforge-on-centos History

Show minor edits - Show changes to output

June 20, 2007, at 03:58 PM by 121.247.152.42 -
Added lines 1-42:
*installing rpmforge on centos

blue%Installing RPMForge

RPMForge is a collaboration of Dag, Dries, and other packagers. They provide over 2600 packages for CentOS, including mplayer, xmms-mp3, and other popular media tools. It is not part of RedHat or CentOS but is designed to work with these major distributions.

http://wiki.centos.org/Repositories/RPMForge

%blue%rpmforge

Download the rpmforge-release package. Choose one of the two links below, depending on your architecture. If you are unsure of which one to use you can check your architecture with the command uname -i

*wget http://dag.wieers.com/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm
*wget http://dag.wieers.com/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.x86_64.rpm

(You can find a complete list of rpmforge-release package packages at http://dag.wieers.com/packages/rpmforge-release/ but it is recommended that you use one of the two listed above).

*Install DAG's GPG key

rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt

*Verify the package you have downloaded

rpm -K rpmforge-release-0.3.6-1.el4.rf.*.rpm

Security warning: The rpmforge-release package imports GPG keys into your RPM database. As long as you have verified the package and trust Dag then it should be safe.

Install the package

rpm -i rpmforge-release-0.3.6-1.el4.rf.*.rpm

This will add a yum repository config file and import the appropriate GPG keys.



#yum check-update

#yum list mplayer

if not installed then run the command.

#yum install mplayer
Edit - History - Print - Recent Changes - Search
Page last modified on June 20, 2007, at 03:58 PM