I've searched google and many other forums, but can't seem to find the solution to my problem here. I'm trying to install VLC in my debian version of Mint (currently vlc is not installed). However, when I try to install it, I get these errors:
- Code: Select all
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
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:
mozilla-plugin-vlc : Depends: vlc-nox (= 1.1.11-2+b2) but it is not going to be installed
vlc : Depends: vlc-nox (= 1:2.0.0-0.1) but it is not going to be installed
Depends: libavcodec53 (>= 5:0.10) but it is not going to be installed
Depends: libva-x11-1 (> 1.0.14~) but 1.0.12-2 is to be installed
Depends: libva1 (> 1.0.14~) but 1.0.12-2 is to be installed
Recommends: vlc-plugin-notify (= 1:2.0.0-0.1) but it is not going to be installed
vlc-plugin-pulse : Depends: vlc-nox (= 1:2.0.0-0.1) but it is not going to be installed
Depends: libpulse0 (>= 0.99.4) but 0.9.23-1 is to be installed
E: Broken packages
So me being a newbie at debian ubuntu, I see something that said broken packages, and figure I'd try to fix any broken packages by doing:
- Code: Select all
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libcrystalhd3 libaacplus2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
But then after trying to install vlc again, I get the same error. Am I missing something that's staring at me right in the face? How should I go about fixing this problem? Thanks for any help!








