VLC instalation problem (Installing through Terminal)
Solution 1:
This happened to me after the upgrade from Ubuntu 14.04 to 14.10.
I found this Solution that helped me.
You need to add the xorg-edgers fresh X crack Repository with this Code in Terminal:
sudo add-apt-repository ppa:xorg-edgers/ppa
apt-cache policy libgl1-mesa-glx libglapi-mesa
Then Reboot your PC. Then update the repositories with the following commands and install VLC:
sudo apt-get update
sudo apt-get install vlc