前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >centos mp3

centos mp3

作者头像
py3study
发布2020-01-10 11:11:19
9150
发布2020-01-10 11:11:19
举报
文章被收录于专栏:python3python3

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:

代码语言:javascript
复制
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:

代码语言:javascript
复制
error: http://apt.sw.be/RPM-GPG-KEY.dag.txt: key 1 import failed.

Verify the package you have downloaded

代码语言:javascript
复制
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

代码语言:javascript
复制
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

代码语言:javascript
复制
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
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019-08-28 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 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
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档