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..."
In 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.
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
Update and upgrade / install VLC
For the daily master snapshots
For the master daily (testing) that is
ppa:videolan/master-daily
(currently version 2.1)Add it to your system
Update and upgrade / install VLC
For more information about PPAs please visit the following post
Open terminal(Ctrl+Alt+T) and run:
As of today (2015/11/21), the latest VLC version
for 14.04 (vlc 2.2.1)
for 14.04 & 15.04 & 15.10 (vlc 2.2.1)
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:
Type 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:
2.) Add the dependency PPA for updated media tools:
3.) Install or update VLC:
As Jānis Elmeris commented, you might need to uninstall various old VLC-related packages first.
In 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:
The vlc snap package will be updated automatically when updates are available.