How to install VLC in Ubuntu
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.
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.
Now press ALT + CTRL+T key combination to open the terminal and run following command
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