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.
...
- 11-19-2005 #1Linux 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
- 11-19-2005 #2Just Joined!
- Join Date
- Nov 2005
- Location
- California
- Posts
- 36
You need to install the tool for unpacking rar files. On gentoo it is
Windows can do it with the tool WinRar (you have to search for the download site)Code:emerge unrar
- 11-19-2005 #3
Since this is the debian forum, I think you'll need to install via apt-get with
Code:apt-get install unrar
- 11-19-2005 #4Linux 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.
- 11-19-2005 #5
that is because rar/unrar is nonfree. You can add the non-free sites to your /etc/apt/sources.list if you want, then
If you want to install the unstable package, download it Debian package download page and runCode:apt-get update apt-get install rar unrar
as rootCode:dpkg -i blah.deb
Brilliant Mediocrity - Making Failure Look Good
- 11-19-2005 #6Linux 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.
- 11-19-2005 #7Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
Originally Posted by junkman4547
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).
- 11-20-2005 #8Linux Newbie
- Join Date
- May 2005
- Posts
- 222
Thanks Jens, I'll just comment out Sid repo. I'm not that adventurous...
- 10-05-2006 #9Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
rar file helps
Try
apt-get install unrar-free
but sometimes fail


Reply With Quote
