Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am trying to install VLC on 12.04, but I'm running into these errors:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 vlc : Depends: vlc-nox (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
       Depends: libsdl-image1.2 (>= 1.2.10) but it is not installable
       Depends: libtar0 but it is not installable
       Depends: libxcb-keysyms1 (>= 0.3.8) but it is not installable
       Recommends: vlc-plugin-notify (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
       Recommends: vlc-plugin-pulse (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

How do I fix these errors and install VLC?

share|improve this question
1  
Try a sudo apt-get install --fix-broken && sudo apt-get autoremove && sudo apt-get update && sudo apt-get install vlc – nitstorm Nov 6 '12 at 19:06
try what @nitstorm suggested – Jai Jan 24 at 13:31

1 Answer

Try these commnds :

sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade    

Then try re installing and see if it works..

And the other option is that, you may download the latest version from VLC official Site

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.