centos mp3
1. RPMforge for Centos 6
i686:
wget Http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
x86_64:
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Install DAG's GPG key:
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
If you get an error message like the following the key has already been imported:
error: http://apt.sw.be/RPM-GPG-KEY.dag.txt: key 1 import failed.
Verify the package you have downloaded
rpm -K rpmforge-release-0.5.2-2.el6.rf.*.rpm
Security warning: The rpmforge-release package imports GPG keys into your RPM database. As long as you have verified the md5sum of the key injection package, and trust Dag, et al., then it should be as safe as your trust of them extends.
Install the package
rpm -i rpmforge-release-0.5.2-2.el6.rf.*.rpm
This will add a yum repository config file and import the appropriate GPG keys.
Then try to install something like this
yum install htop
2. mp3
yum install vlc
flash-plugin-11.2.202.236-release.i386.rpm
http://get.adobe.com/flashplayer/
linux MP3支持需要的plugins
yum install gstreamer-plugins-bad gstreamer-plugins-ugly
MP3字体乱码解决
java -jar ./id3iconv-0.2.1.jar -e gbk *.mp3
相关文章