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!!!!

  • 相关阅读:
    洛谷P1120-小木棍
    flask之注册功能
    python数据库操作-mysql数据库
    flask之数据库的交互
    flask之显示当地时间
    flask之url_for函数
    flask之Twitter Bootstrap
    flask之模板之继承
    flask之表单
    flask之jinjia2模板
  • 原文地址:https://www.cnblogs.com/wlei/p/3434274.html
Copyright © 2011-2022 走看看