Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux 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.

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you need to
    Code:
    apt-get install libdvdnav4 libdvdplay0 libdvdread3 libdvdcss2
    Brilliant Mediocrity - Making Failure Look Good

  4. #4
    Linux 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 .

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Not necessarily. It could think you are installing mplayer, ogle, or xine to play non dvds :P
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Just Joined!
    Join Date
    Mar 2005
    Posts
    14
    Quote Originally Posted by Vergil83
    you need to
    Code:
    apt-get install libdvdnav4 libdvdplay0 libdvdread3 libdvdcss2
    Didn't work here is the error message




    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

  7. #7
    Just 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:
    Code:
    deb ftp://ftp.nerim.net/debian-marillat/ unstable main
    change unstable with the type of repository you use (testing or stable) if you need.
    Then apt-get update and you will find all you need.
    Bye!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •