Install VLC in redhat

//we need to add repository for VLC

[root@localhost ~]# rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

Retrieving http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
warning: /var/tmp/rpm-tmp.8VyCSN: Header V4 RSA/SHA1 Signature, key ID 85c6cd8a: NOKEY
Preparing...                          ################################# [100%]
    package nux-dextop-release-0-5.el7.nux.noarch is already installed

[root@localhost ~]# yum info vlc
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Available Packages
Name        : vlc
Arch        : x86_64
Epoch       : 1
Version     : 2.2.5.1
Release     : 2.el7.nux
Size        : 1.5 M
Repo        : nux-dextop/x86_64
Summary     : The cross-platform open-source multimedia framework, player and server
URL         : http://www.videolan.org
License     : GPLv2+
Description : VLC is a free and open source cross-platform multimedia player and framework
            : that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various
            : streaming protocols.

[root@localhost ~]# yum install vlc.x86_64
.
.
[root@localhost ~]#vlc


Post a Comment

0 Comments