How to update VLC to the latest version?

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..."


Solution 1:

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-daily

Update and upgrade / install VLC

sudo apt-get update && sudo apt-get 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

sudo add-apt-repository ppa:videolan/master-daily

Update and upgrade / install VLC

sudo apt-get update && sudo apt-get install vlc

For more information about PPAs please visit the following post

  • What are PPAs and how do I use them?

Solution 2:

Open 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-*

Solution 3:

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.

Solution 4:

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/vlc3

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:

sudo add-apt-repository ppa:savoury1/vlc3-mate

2.) Add the dependency PPA for updated media tools:

sudo add-apt-repository ppa:savoury1/ffmpeg4

3.) Install or update VLC:

sudo apt install vlc