VLC Media Player Download available for some devices. Choose your device and press download

Windows
For Windows 32 Bit systems download here :
Windows 32 BitFor Windows 64 Bit systems download here :
Windows 64 BitFor Windows Phone device download here :
Windows PhoneMac OS
VLC Media Player for Mac OS download here :
Mac OS
Linux
How to download VLC on Redhat Enterprise Linux (RHEL)/ Centos.
Centos 6 :
$> su - #> yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm #> yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm #> yum install vlc #> yum install vlc-core (for minimal headless/server install) #> yum install python-vlc npapi-vlc (optionals) Centos 7 :
$> 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) Ubuntu :
% sudo snap install vlc