Ubuntu – VLC installation problem – taking a long time

videovlc

I am trying to install the VLC media player from the software centre. It says it is installing, but has been "hanging" for over an hour.
If I click on the "progress" icon it says "VLC media player Applying changes".
Closing the software centre, reopening and then clicking on VLC just brings me back to the same VLC media player page saying it's installing.
Internet is working fine. I'm using Ubuntu 14.04 LTS

Any help appreciated

Tim

Best Answer

You should try running (in Terminal - launch Terminal with CTRL + ALT + T:

sudo apt-get update && sudo apt-get dist-upgrade

And then run:

sudo apt-get install vlc
Related Question