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.
Asked
Active
Viewed 140 times
1 Answers
0
At a terminal prompt...
sudo apt-get install vlc
sudo apt-get -f install

Scott Goodgame
- 2,636
- 15
- 20
-
Hey, can you please explain that the second command does? – Sachin S Kamath Jan 15 '15 at 04:45
-
It will force to get the dependencies for you. – Scott Goodgame Jan 15 '15 at 05:03