Find the answer to your Linux question:
Results 1 to 9 of 9
I need to open a .rar file, any helps or suggestions is appreciated. btw, can winXP open these files ? If so I will reinstall it on my spare harddrive. ...
  1. #1
    Linux Newbie
    Join Date
    May 2005
    Posts
    222

    rar file helps

    I need to open a .rar file, any helps or suggestions is appreciated.

    btw, can winXP open these files ? If so I will reinstall it on my spare harddrive.

    Thank you

  2. #2
    Just Joined!
    Join Date
    Nov 2005
    Location
    California
    Posts
    36
    You need to install the tool for unpacking rar files. On gentoo it is
    Code:
    emerge unrar
    Windows can do it with the tool WinRar (you have to search for the download site)

  3. #3
    Linux Guru dylunio's Avatar
    Join Date
    Aug 2004
    Location
    Cymru
    Posts
    4,157
    Since this is the debian forum, I think you'll need to install via apt-get with
    Code:
    apt-get install unrar
    Registered Linux User #371543!
    Get force-get May The Source Be With You
    /dev/null
    /dev/null2

  4. #4
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    Thanks guy,
    I have tried...

    apt-get install unrar

    but apparently it isn't in the repository. But I managed to find ...unrar... package from Debian unstable. Now I have no idea how to install it, help on this is appreciated.

    Right now I'm on my Sarge/FreeBSD box. If it is easier to do ...emerge... I'll switch to my Gentoo box.

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    that is because rar/unrar is nonfree. You can add the non-free sites to your /etc/apt/sources.list if you want, then
    Code:
    apt-get update
    apt-get install rar unrar
    If you want to install the unstable package, download it Debian package download page and run
    Code:
    dpkg -i blah.deb
    as root
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    Thanks Virgil, that's exactly what I did. I ended up adding Sid into my sources.list, and then just apt-get install unrar.

    Problem solved.

  7. #7
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121
    Quote Originally Posted by junkman4547
    I ended up adding Sid into my sources.list, and then just apt-get install unrar.

    If you intend to keep using stable(Sarge), remove the Sid repo!
    It's IMO also a lot better to add some back-ports fot the few things that aren't available in Sarge(or install it manually with dpkg).

  8. #8
    Linux Newbie
    Join Date
    May 2005
    Posts
    222
    Thanks Jens, I'll just comment out Sid repo. I'm not that adventurous...

  9. #9
    Just Joined!
    Join Date
    Oct 2006
    Posts
    1

    rar file helps

    Try

    apt-get install unrar-free

    but sometimes fail

Posting Permissions

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