How to Install VLC Media Player in Centos 7,8 / Redhat 7,8 / Fedora
How to Install VLC in Centos 7,8 / Redhat 7,8 / Fedora
VLC media player is a open source media player . you can listen to your favorite music or watch movies or videos in it. In this blog post we will see how can we install it in centos 7,8 / redhat 7,8 / fedora.
1) Install the epel-release and nux-desktop-release repositary packages.
——< for Centos 7,8 / Rhel 7,8 >——
yum install epel-release -y
yum install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
-y
-y
——-< Fedora >——
dnf install epel-release -y
dnf install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm -y
2) Install VLC.
——< for Centos 7,8 / Rhel 7,8 >——
yum install vlc -y
——-< Fedora >——
dnf install vlc -y
3) Run the following command as a normal user to run vlc (By root user vlc will not run)
vlc
or you can navigate to Applications > Sound & Video > VLC
To run VLC as root click on the link Below.
How to run VLC as root user
Recent Comments