Results 1 to 7 of 7
Dose anyone know if it is possible to apt-get a MP3 and DVD player that already comes with plug ins and everything needed to play DVD and MP3 formats I'm ...
- 03-29-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 14
Need help with installing MP3 DVD players Please help
Dose anyone know if it is possible to apt-get a MP3 and DVD player that already comes with plug ins and everything needed to play DVD and MP3 formats I'm using Sarge Debian, and am not sure if certin MP3 / DVD players are Un- compatible with Sarge Debian with a Gnome desktop.
- 03-29-2005 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
well .. you can install MPlayer, Xine, Ogle DVD Player, etc.
# apt-get mplayer
# apt-get xine
# apt-get ogle
However, I recommend that you download these from the respective web sites,
because there are different builds available for these, some of them work, some do not.
- 03-29-2005 #3
you need to
Code:apt-get install libdvdnav4 libdvdplay0 libdvdread3 libdvdcss2
Brilliant Mediocrity - Making Failure Look Good
- 03-29-2005 #4Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
Shouldnt apt-get take care of these dependencies ??
Any way, no harm in being prepared .
- 03-29-2005 #5
Not necessarily. It could think you are installing mplayer, ogle, or xine to play non dvds :P
Brilliant Mediocrity - Making Failure Look Good
- 03-30-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 14
Didn't work here is the error message
Originally Posted by Vergil83
Reading Package Lists... Done
Building Dependency Tree... Done
Package libdvdcss2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libdvdcss2 has no installation candidate
- 03-30-2005 #7Just Joined!
- Join Date
- Mar 2005
- Location
- Milano (Italy)
- Posts
- 45
That is because these packages are not in the official debian repository!
Add in the /etc/apt/sources.list the following line:
change unstable with the type of repository you use (testing or stable) if you need.Code:deb ftp://ftp.nerim.net/debian-marillat/ unstable main
Then apt-get update and you will find all you need.
Bye!


Reply With Quote
