As VLC 2.0 is released, how do I get it in Ubuntu (XUbuntu actually, in my case) 11.10? Any PPAs or packages to download? The official page says "Ask your favorite packager..."
24 Answers
I've just found the official VLC PPA.
Stable version snapshots
For the current stable version of VLC that is ppa:videolan/stable-daily (currently version 2.0)
Add it to your system
sudo add-apt-repository ppa:videolan/stable-dailyUpdate and upgrade / install VLC
sudo apt-get update && sudo apt-get install vlcFor the daily master snapshots
For the master daily (testing) that is ppa:videolan/master-daily (currently version 2.1)
Add it to your system
sudo add-apt-repository ppa:videolan/master-dailyUpdate and upgrade / install VLC
sudo apt-get update && sudo apt-get install vlcFor more information about PPAs please visit the following post
3Open terminal(Ctrl+Alt+T) and run:
As of today (2015/11/21), the latest VLC version
for 14.04 (vlc 2.2.1)
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install vlc vlc-plugin-*for 14.04 & 15.04 & 15.10 (vlc 2.2.1)
sudo add-apt-repository ppa:n-muench/vlc
sudo apt-get update
sudo apt-get install vlc vlc-plugin-* 2 As of 2021 there is a new unofficial PPA/repository:
1.) Add the VLC PPA: Firstly open terminal from system app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:savoury1/vlc3Type user password when it asks, while no asterisk feedback, and hit Enter to continue.
For the MATE desktop users, run this command instead to add another PPA with patch from full-screen issue:
sudo add-apt-repository ppa:savoury1/vlc3-mate2.) Add the dependency PPA for updated media tools:
sudo add-apt-repository ppa:savoury1/ffmpeg43.) Install or update VLC:
sudo apt install vlcAs Jānis Elmeris commented, you might need to uninstall various old VLC-related packages first.
1In Ubuntu 14.04 and later VLC can be updated to the latest stable version by installing the vlc snap package. It notably plays MKV, MP4, MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, BluRays, DVDs, VCDs, podcasts, and multimedia streams from various network sources. It supports subtitles, closed captions and is translated in numerous languages.
Open the terminal and type:
sudo snap install vlc The vlc snap package will be updated automatically when updates are available.