I recently updated Ubuntu 14.04 from software updater. After update some packages were removed. after that I found that vlc has been also removed from my system. So I tried to install vlc and its giving a error like this:
mzsbulbul@bulbul-laptop:~$ sudo apt-get install 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:
vlc : Depends: vlc-nox (= 2.2.1-3~ubuntu14.04.1~c42.ppa1) but it is not going to be installed
Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu1~14.04.1 is to be installed
Recommends: vlc-plugin-notify (= 2.2.1-3~ubuntu14.04.1~c42.ppa1) but it is not going to be installed
Recommends: vlc-plugin-samba (= 2.2.1-3~ubuntu14.04.1~c42.ppa1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have also tried sudo apt-get -f install & sudo aptitude install vlc
but not solved.