zoukankan      html  css  js  c++  java
  • Fedora中安装VLC播放器

    需要在机器上安装VLC,无奈不能直接通过yum安装,网上搜了一下,直接安装成功,其实挺简单的:

    我的机器是Fedora15,其他的类似:

    -------------------------

    首先:su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

    其次:yum install vlc

    ok

    ----------------------------

    原始出处:http://www.howopensource.com/2011/08/how-to-install-vlc-in-fedora-15/

    How To Install VLC on Fedora 19 / 18 / 17 / 16 / 15

    First install the rpmfusion free and non-free release noarch.rpm in your system. To install run the following command in terminal and type the password for the root, when prompted.

    su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

    Then run the following command in terminal and type the password for the user, when prompted.

    sudo yum install vlc

    Thats it. This method works on fedora 11 and above.  Enjoy watching movies on vlc!!!!

  • 相关阅读:
    3D Computer Grapihcs Using OpenGL
    3D Computer Grapihcs Using OpenGL
    3D Computer Grapihcs Using OpenGL
    3D Computer Grapihcs Using OpenGL
    转:RealThinClient LinkedObjects Demo解析
    转:RealThinClient (RTC)是什么?
    DataSanp的控制老大-DSServer
    5.Firedac错误信息
    4.FireDAC组件快照 二
    3.FireDAC组件快照
  • 原文地址:https://www.cnblogs.com/wlei/p/3434274.html
Copyright © 2011-2022 走看看