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 ...
- 01-19-2006 #1
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.
- 01-19-2006 #2Just Joined!
- Join Date
- Jan 2006
- Posts
- 77
do
and thenCode:which unrar
Code:echo PATH=$PATH:/path/to/unrar
- 01-19-2006 #3
- 01-20-2006 #4Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
add non-free to your sources (i.e. main contrib non-free) and do
then extract archives with "unrar x"Code:apt-get install unrar
- 01-20-2006 #5
nothing worked... If is not a free version, i don't think i'm abble to download it... rar package dosen't exist.
- 01-21-2006 #6Linux 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.
- 01-21-2006 #7
- 02-03-2007 #8Just 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
did it for me.Code:sudo apt-get install unrar


Reply With Quote
