Page 1 of 1

VLC install on Linux Debian

Posted: 30 Jul 2008 21:14
by Bendit
VLC install on Linux Debian...

I followed the instructions on the download page for this.

After adding the paths to /etc/apt/sources.list, tried this:

# apt-get install vlc libdvdcss2

then it said that libdvdcss2 cannot be found (or is obsolete).

So I tried just # apt-get install vlc

It downloaded the package, but in the middle of the install it asked for the Linux CD in the CDROM drive !?

*confused*

I had to control-X out of the install because it didn't matter if I inserted the CD or not.

Ideas?

THANKS!

Re: VLC install on Linux Debian

Posted: 31 Jul 2008 11:14
by xtophe
have you done apt-get update after adding the line in sources.list ?

Which version of debian are you using ?

Re: VLC install on Linux Debian

Posted: 01 Aug 2008 18:01
by Bendit
thanks for your reply!

I tried again, and did the apt-update 1st.

This time it only asked me for the CD.

Weird.

I am not sure which version I am running, but it is asking for CD: Debian GNU/Linux 4.0 r3 _Etch_ - Official CD Binary-1 ...

I am not sure how to inquire which version I am running, WINVER doesn't seem to work on Linux. LOL

Thanks for your help!

EDIT: Here's my version: Linux Version 2.6.18-6-686 (Debian 2.6.18.dfsg.1-22)

Re: VLC install on Linux Debian

Posted: 04 Aug 2008 16:47
by xtophe
If you installed your debian from CD and haven't configure apt-get or synaptic to fetch the extra package on the net it's normal that it asks for the CD.

So either give him the Cd or fix your sources.list (or use synaptic to do that so you can do it graphically)

Re: VLC install on Linux Debian

Posted: 04 Aug 2008 18:39
by Bendit
thanks, playing with SYNAPTIC right now. Cheers!

Re: VLC install on Linux Debian

Posted: 05 Aug 2008 12:07
by jgg
Delete/comment the line in sources.list that points to the Debian CD as the first package source.

Re: VLC install on Linux Debian

Posted: 15 Aug 2008 19:16
by Bendit
Thanks dulceangustia, that is what I ended up doing. Works fine now!