Find the answer to your Linux question:
Results 1 to 8 of 8
Ok... for the beggining, i use debian 3.1 sarge and unrar package is not free. I downloaded the unrar-free package and try install it. I found that i need a ...
  1. #1
    Linux Newbie mindblast's Avatar
    Join Date
    Nov 2005
    Location
    iasi, RO
    Posts
    132

    unarchiving rar files...

    Ok... for the beggining, i use debian 3.1 sarge and unrar package is not free. I downloaded the unrar-free package and try install it. I found that i need a newer version of libc6. I wasn't able to find, and i get an ubuntu version of libc6. I've install it, install unrar-free and dosen't work. Failed at unraring files. I tryed this on more archives, so is not because the archive is broked. i remembered of ark for kde and install it. When i try to open an .rar file, i'm getting the folowing message:

    the utility unrar is not in your PATH. Please install it or contact your system administrator.

    what should i do? thanks in advance.

  2. #2
    Just Joined!
    Join Date
    Jan 2006
    Posts
    77
    do
    Code:
    which unrar
    and then

    Code:
    echo PATH=$PATH:/path/to/unrar

  3. #3
    Linux Newbie GNOME_n00b's Avatar
    Join Date
    May 2005
    Location
    UK
    Posts
    142
    install the 'rar' package too.

  4. #4
    Linux Enthusiast
    Join Date
    Aug 2005
    Location
    Hell
    Posts
    514
    add non-free to your sources (i.e. main contrib non-free) and do
    Code:
    apt-get install unrar
    then extract archives with "unrar x"

  5. #5
    Linux Newbie mindblast's Avatar
    Join Date
    Nov 2005
    Location
    iasi, RO
    Posts
    132
    nothing worked... If is not a free version, i don't think i'm abble to download it... rar package dosen't exist.

  6. #6
    Linux Enthusiast
    Join Date
    Aug 2005
    Location
    Hell
    Posts
    514
    By "non-free" it just means that it is not under a free software (no freedom to modify source code, etc.) license; but the stuff there are all open-source and freely distributable and usable.

  7. #7
    Linux Newbie mindblast's Avatar
    Join Date
    Nov 2005
    Location
    iasi, RO
    Posts
    132
    Oh... sorry. Thanks. Now is working.

  8. #8
    Just Joined!
    Join Date
    Feb 2007
    Location
    Winnipeg, MB, Canada
    Posts
    6
    Thanks for the info guys, I was having this problem too, on Kubuntu 6.06 using Ark. A simple
    Code:
    sudo apt-get install unrar
    did it for me.

Posting Permissions

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