zoukankan      html  css  js  c++  java
  • 14_RHEL7安装mplayer

    这里用nux-dextop仓库来配置

    Nux Dextop桌面对CentOS和RHEL 6/7可用。它是一个面对CentOS、RHEL、ScientificLinux的含有许多流行的桌面和多媒体相关的包的第三方RPM仓库。

    1. 安装EPEL

    Nux Dextop被设计与EPEL仓库共存。因此,你需要在使用Nux Dexyop仓库前先启用 EPEL

    2.安装Nux Dextop仓库

    sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    3.验证Nux Dextop仓库是否已经成功安装

     yum repolist

    4. 安装依赖

    sudo yum -y --enablerepo=nux-dextop install gstreamer-ffmpeg vlc gstreamer-plugins-ugly gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly ffmpeg libvdpau mpg123 mplayer mplayer-gui gstreamer-plugins-bad-nonfree gstreamer1-libav gstreamer1-plugins-bad-freeworld gstreamer1-plugins-ugly 

    5.安装mplayer和vlc

    sudo yum install mplayer (mplayer should play mp4, mkv...)
    sudo yum install vlc (

    补充

    对于 Repoforge/RPMforge 用户

    据作者所说,目前已知Nux Dextop会与其他第三方库比如Repoforge和ATrpms相冲突。因此,如果你启用了除了EPEL的其他第三方库,强烈建议你将Nux Dextop仓库设置成“default off”(默认关闭)状态。就是用文本编辑器打开/etc/yum.repos.d/nux-dextop.repo,并且在nux-desktop下面将"enabled=1" 改成 "enabled=0"。

    参考:http://www.linuxidc.com/Linux/2014-09/107116.htm

    参考:http://tieba.baidu.com/p/3279686934

  • 相关阅读:
    Power of Cryptography
    Radar Installation
    Emag eht htiw Em Pleh
    Help Me with the Game
    89. Gray Code
    87. Scramble String
    86. Partition List
    85. Maximal Rectangle
    84. Largest Rectangle in Histogram
    82. Remove Duplicates from Sorted List II
  • 原文地址:https://www.cnblogs.com/haoyufeng/p/4435661.html
Copyright © 2011-2022 走看看