-
-
Notifications
You must be signed in to change notification settings - Fork 52
Install on Linux
Adrian-George Bostan edited this page Oct 24, 2021
·
13 revisions
On Debian based distributions (Debian, Ubuntu, Linux Mint etc.), all dependencies can be installed using APT.
sudo apt-get install libvlc-dev
sudo apt-get install vlc-plugin-base
sudo apt-get install vlc-plugin-video-output
If you encounter any issues with the video or audio playback, try installing the vlc
package as well.
sudo apt-get install vlc
If you need screen recording capabilities, install the vlc-plugin-access-extra
package.
sudo apt-get install vlc-plugin-access-extra
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
dnf --enablerepo=raven-multimedia install vlc-devel
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
Search for the vlc-devel
package on pkgs.org. Select the newest vlc-devel
package version available for your operating system. Installation instructions should be available on the package page.