29 August, 2009

How to install the new version of VLC (Videolan) version 1.0.1 on Ubuntu



The new version of VLC has being released, if you would like to have a newer upto date version of VLC it is very easy to do.

The new version of VLC is provided as a PPA at https://launchpad.net/~c-korn/+archive/vlc

If you don't know what a PPA is it doesn't matter just follow the instructions below and it will install it for you.

Firstly you need to add a new repository to your linux installations, to do this you need to run the following command:

sudo gedit /etc/apt/sources.list

into that file add the following lines:

deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
deb-src http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main

Now that you have done that save and close the file, then run the following command:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7613768D

Now that that is done you need to update apt, to do that run this command:

sudo apt-get update

Now that you have done that you are ready to install VLC, to do that type:

sudo apt-get install vlc

That's it, videolan will now be at the newer version, unfortunately it won't work yet, before it will you need to run the following:

sudo apt-get upgrade

Well that is it the new version is up and running.

Enjoy...

------------------------------------------
NOTE: These articles are tutorials/general ramblings. I do not except responsibility for anything that goes wrong, be it a broken HDD, an entire computer or if you chop off your arms, follow anything I say on this site at your own risk.
------------------------------------------

Comments

Name:Rob Ward
URL:www.rob-ward.co.uk
Comment:
Minor typo there, fixed now though, Thanks Rob

------------------------------------------
Name:churro
URL:
Comment:
sudo apt-get install upgrade The last step on your HowTo I tried it and it gave me an error in terminal of not finding anything to upgrade I typed instead... sudo apt-get upgrade and it found vlc to upgrade.

------------------------------------------


Leave a comment

Name:


URL:(optional)


Protection Number (Please insert in box below):3194


Comment:


This website was designed and implemented by myself, all opinions and views expressed are my own unless otherwise specified. Excluding the images contained within the header and any specified elsewhere on the site images are my own.

Copyright Rob Ward
2009 - 2012