LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   installing VLC player in UBUNTU OS (https://www.linuxquestions.org/questions/ubuntu-63/installing-vlc-player-in-ubuntu-os-4175456634/)

Ma3 04-03-2013 12:42 AM

installing VLC player in UBUNTU OS
 
am using UBUNTU 12.04 OS, in that am unable to install VLC player. previously I used UBUNTU 9.10 in that I installed direct through internet, and I found offline installer also, but in this am not getting.
and my suggestion is the UBUNTU 10.10 versions is very user friendly and we can use easily. I need offline installer for VLC player ..

Regards ,
ABDUL MATEEN.
HYDERABAD.

evo2 04-03-2013 12:54 AM

Hi,

vlc is in the universe section of repository: http://packages.ubuntu.com/precise/vlc

So, just need to enable this repository (eg
http://askubuntu.com/questions/14863...rse-repository )
and then install it. Eg

Code:

sudo apt-get update
sudo apt-get install vlc


If you have no network you could look into use a tool like apt-offline: http://manpages.ubuntu.com/manpages/...offline.8.html

Evo2.

le555 04-25-2013 03:59 PM

SOLVED - DVD doesn't play with VLC
 
Hi,
I did everything you proposed in your post and it gave me VLC which plays very well but only DVD's don't but video files on my pc do.
Am I missing a codec or a pluggin? if you have any suggestions on how to config VLC for DVDs to play it would make my day.

I'm using Ubuntu 12.04 LTS on Presario CQ56

Thanks:-)
**************************************************************************************************
Hello everyone,

I was able to fix my problem, here's what I did :

I first installed VLC using :

sudo apt-get update
sudo apt-get install vlc

and then I found the commmand:

sudo /usr/share/doc/libdvdread4/install-css.sh

after installing libdvdread4, I went into Ubuntu software center and searched for the package(regionset)
and Installed it, now everything in VLC works well, all DVDs,DVD-RW, VCDs etc...

I found my answers on Ubuntu's Help website : https://help.ubuntu.com/community/Mu...plications#vlc


Thanks again all for your help and input, really appreciated. :-D

linuxubuntu le555 is online now Click to check your reputation for this post Report This post

273 04-25-2013 05:06 PM

Try this for DVD playback:
https://help.ubuntu.com/10.04/musicv...video-dvd.html

snowday 04-25-2013 06:18 PM

Ubuntu has most excellent documentation. This page is the first google hit for "Ubuntu DVD": https://help.ubuntu.com/community/Re...ts/PlayingDVDs

Code:

sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh

(code reprinted from help.ubuntu.com and I make no guarantees)

tommcd 04-25-2013 10:53 PM

Quote:

Originally Posted by le555 (Post 4938883)
Am I missing a codec or a pluggin? if you have any suggestions on how to config VLC for DVDs to play it would make my day.

Try adding the medibuntu repos to your sources.list: http://www.medibuntu.org/repository.php
Code:

sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
Then install the libdvdcss2 package to play encrypted DVDs.

Note that installing the xine-ui program is great for watching DVD discs, although VLC should play them just as well as long as you have the proper codecs (i.e., libdvdcss2) installed.


All times are GMT -5. The time now is 10:13 PM.