Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Can any body help me installing vlc media player in ubuntu 12.04 64-bit ?

share|improve this question
Try sudo apt-get install vlc vlc-plugin-pulse – Peachy Sep 22 '12 at 11:09

2 Answers

the simple way is , open software center and in the search box type VLC . there you can find the player and and you can install it by clicking at install . But you need Internet connection to do that ,i hope you have it .

one more way is doing with synaptic , open it and type as VLC is in the search box as you did for software center method .among the search results select VLC and its automatically select the required dependencies and will install for you .

these are the simple ways.

share|improve this answer

Try this.

sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

Source: http://www.noobslab.com/2012/03/install-vlc-201-on-ubuntu-1204.html

share|improve this answer
No need of it , he can install it directly from software center . – Jai Aug 28 '12 at 1:16
2  
Maybe you could explain what advantages the version from this PPA has over the one from the official repositories. – Florian Diesch Aug 28 '12 at 1:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.