The new major version of vlc player has been released.It a new qt4 interface full screen controls, better playlists options,new video format support,many video and audio improvements andalbum art support.So upgrade is highly recommended.
The latest vlc nor gimp in not available in ubuntu repository so u will have to add a software source in the repository.You cannot visit the vlc site and download vlc from that site as in windows you have to do the below steps:
Remove the previous version of VLC to avoid a conflict when u upgrade. Remove vlc or gimp in Synaptic or in the terminal:
In terminal:
sudo apt-get remove vlc
2)Include new repository.
Click System ->Administration ->Software Sources ->Third Party Software.
Press Add & paste in this repository:
deb http://ppa.launchpad.net/c-korn/ubuntu intrepid main
Close Software Sources & Click reload the repositories.
3)Install vlc
To install Vlc:
sudo apt-get install vlc

October 22nd, 2008 at 5:13 am
You’ve made a mistake, the repository line you’ve given is the wrong one. t should be this:
deb http://ppa.launchpad.net/c-korn/ubuntu intrepid main
Also, Hardy Heron users can use this repository:
deb http://ppa.launchpad.net/c-korn/ubuntu intrepid main
Thank you for the information though.
October 23rd, 2008 at 8:41 am
MD is right, “deb-src” are the source repositories.
October 23rd, 2008 at 3:18 pm
yes, you were right. thank you