0

Using Ubuntu 14.04.1LTS. While trying to install VLC, it's throwing this error: "Package dependencies cannot be resolved" - it seems some packages are missing in order to install VLC.

Oli Candy
  • 3
  • 3

1 Answers1

0

At a terminal prompt...

sudo apt-get install vlc
sudo apt-get -f install
Scott Goodgame
  • 2,636
  • 15
  • 20