Quick tip: new VLC versions are released quite frequently and even though some don't introduce any new features, there are important bug fixes in each release (you can find the VLC changelogs HERE). If you want to always have the latest stable VLC version in Ubuntu, here are some PPAs you can use.


Ubuntu 13.04: you can install the latest VLC media player (2.0.7 at the time I'm writing this article) by using Nate Muench's VLC PPA which contains VLC backports from Debian Unstable / Experimental. To add the PPA and install the latest VLC in Ubuntu 13.04, use the following commands:
sudo add-apt-repository ppa:n-muench/vlc
sudo apt-get update
sudo apt-get install vlc

Ubuntu 12.04 and 12.10: Nate Muench mantains another PPA with the latest VLC media player backported from Debian, for Ubuntu 12.10 and 12.04. To add the PPA and install the latest stable VLC, use the following commands:
sudo add-apt-repository ppa:n-muench/vlc2
sudo apt-get update
sudo apt-get install vlc

Ubuntu 13.10, 13.04, 12.10 and 12.04: an alternative PPA you can use is the "VLC Daily build of stable branch" PPA. This PPA doesn't have the latest stable VLC version but it provides builds from the stable branch, so you may occasionaly find some small bugs but if that happens, they should be fixed quickly. The advantage of this PPA over the other two mentioned above is that it has packages for more Ubuntu versions and also, it's updated more frequently since it doesn't depend on the packages being available in Debian before uploading them to the PPA. To add this PPA and install the latest VLC in Ubuntu, use the commands below:
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

0 comments:

Post a Comment

 
Top