Update VLC on Ubuntu

Since Ubuntu is not a rolling-release distribution, programs like VideoLAN VLC do not receive any major update, beside bug-fixes, until each new release of the distribution itself.

Here it is a guide on how to keep VLC updated on Ubuntu.

First you need to add the dedicated VLC repository; open a terminal and run;

sudo add-apt-repository ppa:ferramroberto/vlc

The update the package manager’s database:

sudo apt-get update

Than you if you have VLC already installed, you can get the update by:

sudo apt-get upgrade

Or, if you don’t VLC intalled yet:

sudo apt-get install vlc mozilla-plugin-vlc

Comments are closed.