In this article we will install VLC player on Ubuntu 12.04. VLC is a open source project. VLC player can play most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocol. VLC is absolutely free, it comes without any spyware, Ads or User Tracking code or malware. We can install VLC in two ways. Either form Ubuntu Software Center or command line.
Install VLC from Ubuntu Software Center.
Open Ubuntu Software centerType VLC in search box and press enter
Select VLC from list and click on install.
Type your super user password. Super user is the user which we create during the installation.
Wow! We have installed VLC in three easy clicks. We recommended you to use always this method as long as possible.Because it would install VLC from official repository. But for some reason it fails you can use other PPA from command line.
Install VLC from command line.
Press ALT+CTRL+T to open the terminal. Run following command to add VLC repository.sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
Run following command to install VLC
sudo apt-get install vlc
Confirm when it asks
If it returns without any error congratulation we have successfully installed VLC.
To launch VLC click on Ubuntu button and search for VLC. Click on VLC icon
For first time it would show privacy policy.
VLC player is ready to use.
From software center installation fails with following error
From command line installation fails with following error
Troubleshooting unmet dependency error for VLC
Open software center.From edit click on software source
Under Ubuntu Software tab, enable all the repositories except source code and click on download from
Now click on select best server
You need to authenticate this with super user password.
Ubuntu will perform several testing to select best server for your location.
Once Ubuntu select best server for you click on chose server
Now click on other software tab.
One of the most common causes of unmet dependencies is PPAs, especially when used to upgrade the existing package in Ubuntu repositories. Remove any entry if you found for VLC. And click on close.
That all setting we need to in software center.
sudo apt-get clean
Now run following command.
sudo apt-get -f install
Now run following command
sudo apt-get update
Now run following command
sudo apt-get upgrade
After upgrading reboot the system.
After reboot try again to install VLC from command line method.
sudo add-apt-repository ppa:videolan/stable-daily sudo apt-get update sudo apt-get install vlc
No comments:
Post a Comment