Skip to content

Install on Linux

Adrian-George Bostan edited this page Feb 10, 2020 · 13 revisions

Debian based distributions

On Debian based distributions (Debian, Ubuntu, Linux Mint etc.), libvlc-dev can be installed using APT.

sudo apt-get install libvlc-dev

Fedora

Download latest rpmfusion-free-release-stable RPM from http://download1.rpmfusion.org/free/fedora.

# Install `rpmfusion-free-release-stable` RPM.
rpm -Uvh rpmfusion-free-release-stable*rpm

# Install `vlc-devel` RPM package.
dnf install vlc-devel

CentOS 7

Download latest nux-dextop-release RPM from http://li.nux.ro/download/nux/dextop/el7/x86_64.

# Install `nux-dextop-release` RPM.
rpm -Uvh nux-dextop-release*rpm

# Install `vlc-devel` RPM package.
yum install vlc-devel
Clone this wiki locally