I can't install vlc player on my Ubuntu(14.04). I have read this and try to run the commands, but while I run this command:
sudo apt-get install vlc
I got something like this:
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.1.4+git20150226+r54594+19+11~ubuntu14.04.1) but 2.1.6-0ubuntu14.04.1 is to be installed
Recommends: vlc-plugin-notify (= 2.1.4+git20150226+r54594+19+11~ubuntu14.04.1) but 2.1.6-0ubuntu14.04.1 is to be installed
Recommends: vlc-plugin-pulse (= 2.1.4+git20150226+r54594+19+11~ubuntu14.04.1) but 2.1.6-0ubuntu14.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
What is the problem? Have you any Idea to solve this or Could you please tell me the right procedure by which I can install vlc media player?
Update:
After removing the PPA, this is the output of apt-cache policy vlc
:
vlc:
Installed: (none)
Candidate: 2.1.2-2build2
Version table:
2.1.6-0ubuntu14.04.1 0
100 /var/lib/dpkg/status
2.1.2-2build2 0
500 archive.ubuntu.com/ubuntu trusty/universe i386 Packages
2.0.1-4 0
500 archive.ubuntu.com/ubuntu precise/universe i386 Packages
And The command:
apt-cache policy vlc-nox vlc-plugin-notify vlc-plugin-pulse
gives me the following results:
vlc-nox:
Installed: 2.1.6-0ubuntu14.04.1
Candidate: 2.1.6-0ubuntu14.04.1
Version table:
*** 2.1.6-0ubuntu14.04.1 0
100 /var/lib/dpkg/status
2.1.2-2build2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
2.0.1-4 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe i386 Packages
vlc-plugin-notify:
Installed: 2.1.6-0ubuntu14.04.1
Candidate: 2.1.6-0ubuntu14.04.1
Version table:
*** 2.1.6-0ubuntu14.04.1 0
100 /var/lib/dpkg/status
2.1.2-2build2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
2.0.1-4 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe i386 Packages
vlc-plugin-pulse:
Installed: 2.1.6-0ubuntu14.04.1
Candidate: 2.1.6-0ubuntu14.04.1
Version table:
*** 2.1.6-0ubuntu14.04.1 0
100 /var/lib/dpkg/status
2.1.2-2build2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
2.0.1-4 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe i386 Packages
sudo sed -i '/precise/d' /etc/apt/sources.list
to remove them from your configuration. – Byte Commander Nov 20 '15 at 12:15