How to update VLC to the latest version?

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?

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

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.

Tags:

Vlc

Ppa