Table of Contents
Method 1 of 2:
Add a PPA repository
- Open the Software Sources application. In ubuntu operating system, you need to click on the system > administration > software sources menu.
Images 1 of How to Upgrade VLC in Ubuntu -
Images 2 of How to Upgrade VLC in Ubuntu Click on the third party software tab. -
Images 3 of How to Upgrade VLC in Ubuntu Add the following sources (be sure to copy the complete line of text from 'deb' to 'main':deb http://ppa.Launchpad.Net/kow/ppa/ubuntu jaunty maindeb-src http://ppa.Launchpad.Net/kow/ppa/ubuntu jaunty main
-
Images 4 of How to Upgrade VLC in Ubuntu Click on ok. You may receive the warning of error of unable to authenticate. Just relax, this is okay. The next steps will fix this. -
Images 5 of How to Upgrade VLC in Ubuntu Open a terminal window for input. -
Images 6 of How to Upgrade VLC in Ubuntu Type the following:sudo apt-key adv --recv-keys --keyserver keyserver.Ubuntu.Com 0x0e494dbb2f021ac1
-
Images 7 of How to Upgrade VLC in Ubuntu Enter your password as prompted, as the system has a requirement that a user with super-user access can update the keyring - Now you must tell the operating system to re-load the details of each software archive that it knows about (since we just did the addition of a new package library), type the following:
Images 8 of How to Upgrade VLC in Ubuntu sudo apt-get update - It is now best to remove your old version of vlc, as just the update may not function well in 100% of cases as we are moving to a re-release version. Type the following:
Images 9 of How to Upgrade VLC in Ubuntu sudo apt-get remove vlc
Method 2 of 2:
Install the release candidate for vlc 1.0.0
- In your window for the terminal, type the following:
Images 10 of How to Upgrade VLC in Ubuntu sudo apt-get install vlc -
Images 11 of How to Upgrade VLC in Ubuntu Or you can open up your package manager (you need to go to: System > Administration > Synaptic Package Manager) -
Images 12 of How to Upgrade VLC in Ubuntu Then in the search type the following:vlc -
Images 13 of How to Upgrade VLC in Ubuntu click with the mouse button on the vlc package and select to upgrade and watch for progress.
4 ★ | 1 Vote