zoukankan      html  css  js  c++  java
  • Installing RPMforge then you can yum some support software for MP3

    Actually when you open a movie or music using Movie Player , maybe you encounrterd the tips"The following plugin is required: MPEG-1 Layer 3 (MP3) decoder"

    1. RPMforge for CentOS 6

    The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default. You can find a complete listing of the RPMforge package packages at http://packages.sw.be/ Download the rpmforge-release package. Choose one of the two links below, selecting to match your host's architecture. If you are unsure of which one to use you can check your architecture with the command uname -i The preferred rpmforge-release package to retrieve and to install in order to enable that repository is one of the two listed above. 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. RPMforge for CentOS 5

    The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default. You can find a complete listing of the RPMforge package packages at http://packages.sw.be/ Download the rpmforge-release package. Choose one of the two links below, selecting to match your host's architecture. If you are unsure of which one to use you can check your architecture with the command uname -i The preferred rpmforge-release package to retrieve and to install in order to enable that repository is one of the two listed above. Install DAG's GPG key
    rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
    Verify the package you have downloaded
    rpm -K rpmforge-release-0.5.2-2.el5.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.el5.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
     

    3. RPMforge for CentOS 4

    The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default. You can find a complete listing of the RPMforge packages at http://packages.sw.be/ Download the rpmforge-release package. Choose one of the two links below, selecting to match your host's architecture. If you are unsure of which one to use you can check your architecture with the command uname -i The preferred rpmforge-release package to retrieve and to install in order to enable that repository is 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.5.2-2.el4.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.el4.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
  • 相关阅读:
    L110 promise
    2018.7.7 MBA -从专业到管理(1)—— 技术人才与的管理人才比较
    2018.7.9 AVR-BAT program
    2018.7.6 TX射频调试-PP
    红外伪装(利用石墨烯通电)
    2018.7.2 AK22 不良品分析
    2018.6.25会议跟进
    2018.6.24异常跟进
    PyQt(Python+Qt)学习随笔:Model/View中的枚举类 Qt.MatchFlag的取值及含义
    PyQt(Python+Qt)学习随笔:基于项的项部件(Item Widgets(Item-Based))概述
  • 原文地址:https://www.cnblogs.com/shaoguangleo/p/2805960.html
Copyright © 2011-2022 走看看