How to install the latest VLC Media Player on Linux Ubuntu Systems. Install VLC 2.2.0 “Weatherwax” on Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04.
Install VLC 2.2.0 “Weatherwax” On Ubuntu
Install the latest VLC 2.2.0 “Weatherwax” on Linux Ubuntu Systems. Run the following command in Terminal to install VLC 2.2.0 on Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04.
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc
Install VLC 3.0 on Ubuntu Systems
The VLC 3.0 brings a lot of exciting features, including support for Wayland and Systemd. Run the following command in Terminal to install VLC 3.0 on Ubuntu 14.10, Ubuntu 14.04 and Ubuntu derivatives:
sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
sudo apt-get install vlc
If you want to uninstall and remove VLC from Linux Ubuntu systems, run the following command:
sudo apt-get remove vlc