Find the answer to your Linux question:
Results 1 to 8 of 8
Hi I'm currently trying out Linspire after triying out Suze and Mandriva anongst others. I got the hang of using rpm files in the other distros but I'm struggling with ...
  1. #1
    Linux Newbie rossi46's Avatar
    Join Date
    Dec 2005
    Location
    edinburgh, scotland, uk
    Posts
    106

    installing software/files

    Hi I'm currently trying out Linspire after triying out Suze and Mandriva anongst others. I got the hang of using rpm files in the other distros but I'm struggling with the Debian method tbh..

    I have libdvd~1.bz2 on my desktop but no amount of tinkering will get it to extract/install.

    Can somebody tell me the correct command, please?

    I've tried 'tar xvf --bz2 libdvd~1.bz2' and all variations of, but to no avail.

    (I know it's my stupidity that's causing this )

    cheers

    Paul
    Korean food is great - it's the dog's bollocks!
    Linux user number 406572.

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    It's just a bz2 file, not a tar.bz2?

  3. #3
    Linux Newbie rossi46's Avatar
    Join Date
    Dec 2005
    Location
    edinburgh, scotland, uk
    Posts
    106
    just a bz2 file, mate
    Korean food is great - it's the dog's bollocks!
    Linux user number 406572.

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Code:
    bzip2 -d foo.bz2

  5. #5
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    is that libdvdcss2 ? if so you should just add the apropriate repositories and you can simply apt-get install libdvdcss2 and it will download and install for you..

    that package is located in the debian-marillat repository. see the following link for repository info (what to add to you sources.list) http://debian.video.free.fr/
    far...out

  6. #6
    Linux Newbie rossi46's Avatar
    Join Date
    Dec 2005
    Location
    edinburgh, scotland, uk
    Posts
    106
    Thanks for the replies, guys. The machine I'm trying to install libdvd on is not online enabled (yet), so I'm transferring files with my usb stick. The libdvd file is the very same compressed file I used to enable dvd playback when I was running Mandriva.

    In Mandriva it was listed as libdvdcss and in Linspire it's listed as libdvd~1. It is the very same file I've used for all the previous distros I've tried. Should I be using a Debian-specific libdvd file? Do I employ the same installation method to enable dvd playback in Linspire that I used with Mandriva? i.e., ./configure, make, make install, etc?

    Paul
    Korean food is great - it's the dog's bollocks!
    Linux user number 406572.

  7. #7
    Just Joined! Freedom's Avatar
    Join Date
    Feb 2006
    Posts
    77
    I really do love my repositories! Ubuntu is great with it!

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by rossi46
    Thanks for the replies, guys. The machine I'm trying to install libdvd on is not online enabled (yet), so I'm transferring files with my usb stick. The libdvd file is the very same compressed file I used to enable dvd playback when I was running Mandriva.

    In Mandriva it was listed as libdvdcss and in Linspire it's listed as libdvd~1. It is the very same file I've used for all the previous distros I've tried. Should I be using a Debian-specific libdvd file? Do I employ the same installation method to enable dvd playback in Linspire that I used with Mandriva? i.e., ./configure, make, make install, etc?

    Paul
    yes, if you used that method on mandriva, you can do in on linspire

    or you could download
    ftp://ftp.nerim.net/debian-marillat/...9-0.0_i386.deb
    and copy that to linspire, and then from the commandline do as root
    dpkg -i libdvdcss2_1.2.9-0.0_i386.deb
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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