rhel7安装vlc

RHEL/CentOS/SL 7
Use RPM Fusion for EL7. Only available for x86_64.
This repository uses EPEL. Please verify to enable the “optionals” and “extras” channels for RHN subscriptions.
The vlc-2.2x branch is provided for EL7
Install rpmfusion-free-release-stable.noarch.rpm for EL7.

    $> su -
    #> yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    #> yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
    #> yum install vlc
    #> yum install vlc-core (for minimal headless/server install)
    #> yum install python-vlc npapi-vlc (optionals)

猜你喜欢

转载自blog.csdn.net/soumxh/article/details/85410270