VLC player installation in Ubuntu 9.10
October 30, 2009 21 Comments
As we all knows, VLC media player is the best media player for Ubuntu, which support almost media format. The installation method of VLC media player in new Ubuntu 9.10, I found it to be little changed. Now we have to install the trusted key and the after repository, we do have to install it. Here are the certain steps that work in my system:
Step 1:
This will install the trusted key for VLC.$ sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 7613768D
Step 2:
Opens the repository file.$ sudo gedit /etc/apt/sources.list
Step 3:
Add these two repository links and save in it.
deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
deb-src http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
Step 4:
to update the repository.$ sudo apt-get update
Step 5:
To install the VLC player…$ sudo apt-get install vlc


Recent Comments