I am trying to download vlc to play movies but it is not working. When i go to software center and try to install vlc it says "Package dependencies cannot be resolved" I am not to ububtu and linux can some one guide what needs to be done?
Asked
Active
Viewed 166 times
1 Answers
0
You can play all kinds of videos in the default media player i.e. Totem also.
Just need to install the plugins for different codecs.
Try this :
$ sudo apt-get install gstreamer0.10-plugins*
I you will have tons formats supported.

HungryFoolish
- 729
- 7
- 17
sudo apt-get install vlc
and post the messages in your answer. – A.B. Apr 22 '15 at 18:34sudo add-apt-repository ppa:videolan/stable-daily && sudo apt-get update && sudo apt-get install vlc
– MAKZ Apr 22 '15 at 18:35W: Failed to fetch http://ppa.launchpad.net/motumedia/libav10-trusty/ubuntu/dists/utopic/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/motumedia/libav10-trusty/ubuntu/dists/utopic/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
– Akhtar Ali Apr 22 '15 at 18:57