Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How Do I Open .rar? [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Maheriano
l33t
l33t


Joined: 18 Jun 2005
Posts: 623
Location: Calgary, Alberta

PostPosted: Wed Dec 28, 2005 5:20 am    Post subject: How Do I Open .rar? [SOLVED] Reply with quote

No idea.... :?
_________________
Current project - carputer running.........Gentoo?


Last edited by Maheriano on Fri May 12, 2006 4:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Wed Dec 28, 2005 5:22 am    Post subject: Reply with quote

app-arch/unrar can help you here.
Code:
# emerge unrar
Code:
$ unrar /path/to/archive.rar
Hope that helps!
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
asiobob
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1375
Location: Bamboo Creek

PostPosted: Wed Dec 28, 2005 5:22 am    Post subject: Reply with quote

Code:

emerge rar -va


http://packages.gentoo.org/search/?sstring=%5Erar%24
Back to top
View user's profile Send private message
asiobob
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1375
Location: Bamboo Creek

PostPosted: Wed Dec 28, 2005 5:23 am    Post subject: Reply with quote

heheh you got the submit button a few seconds before me codergeek :p
Back to top
View user's profile Send private message
Maheriano
l33t
l33t


Joined: 18 Jun 2005
Posts: 623
Location: Calgary, Alberta

PostPosted: Wed Dec 28, 2005 5:24 am    Post subject: Reply with quote

*jumps back*

Holy crap, that was quick! Had to get out of the way of that train, thanks guys!
_________________
Current project - carputer running.........Gentoo?
Back to top
View user's profile Send private message
sirdilznik
l33t
l33t


Joined: 28 Apr 2005
Posts: 731

PostPosted: Wed Dec 28, 2005 5:28 am    Post subject: Reply with quote

BTW once you have the unrar package installed you can use a gui archiver like ark or guitar to open .rar files.
Back to top
View user's profile Send private message
Maheriano
l33t
l33t


Joined: 18 Jun 2005
Posts: 623
Location: Calgary, Alberta

PostPosted: Wed Dec 28, 2005 5:36 am    Post subject: Reply with quote

sirdilznik wrote:
BTW once you have the unrar package installed you can use a gui archiver like ark or guitar to open .rar files.


uwahhh? 8O
_________________
Current project - carputer running.........Gentoo?
Back to top
View user's profile Send private message
Po0ky
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2005
Posts: 142
Location: Belgium

PostPosted: Wed Dec 28, 2005 8:01 am    Post subject: Reply with quote

codergeek42 wrote:
[
Code:
$ unrar /path/to/archive.rar

Don't forget to eXtract :)
unrar x archive.rar
(That damn 'x' is givin me headaches every time.. )
_________________
-- I'll eat it--
Back to top
View user's profile Send private message
AngryTom
n00b
n00b


Joined: 02 Dec 2005
Posts: 6

PostPosted: Wed Dec 28, 2005 8:42 am    Post subject: Reply with quote

or use WINE or CEDEGA to run WinRAR for example :) it works for me perfectly (all types of archives including tars bz2s etc.)
Back to top
View user's profile Send private message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Wed Dec 28, 2005 1:47 pm    Post subject: Reply with quote

AngryTom wrote:
or use WINE or CEDEGA to run WinRAR for example :) it works for me perfectly (all types of archives including tars bz2s etc.)


but it's not free, so you either buy it or you use the trial-version.
Back to top
View user's profile Send private message
ograndedienne
n00b
n00b


Joined: 01 Oct 2005
Posts: 4
Location: Italy

PostPosted: Wed Dec 28, 2005 5:45 pm    Post subject: Reply with quote

why this thread is in Multimedia forum?
_________________
O(n)
Back to top
View user's profile Send private message
StifflerStealth
Retired Dev
Retired Dev


Joined: 03 Jul 2002
Posts: 968

PostPosted: Wed Dec 28, 2005 5:54 pm    Post subject: Reply with quote

This question goes along the same lines, so I will post it here.

After upgrading kde to version 3.5.0, I lost the ability to right-click a .rar file and choose an extract option. All the other compression formats have that except .rar. I need to choose open with ark then extract, that's a pain compared to just saying extract here or extract to a directory that is the same name as the file, and stuff like that. Any ideas?

Thanks
_________________
Nothing to read in this sig. Move along.
Back to top
View user's profile Send private message
Maheriano
l33t
l33t


Joined: 18 Jun 2005
Posts: 623
Location: Calgary, Alberta

PostPosted: Thu Mar 23, 2006 7:35 am    Post subject: Reply with quote

I'm trying to unrar a pile of N64 Roms and I get an error on one of the files halfway through....
Code:
Extracting  Paper Mario (U).v64                                       56%
Write error in the file Paper Mario (U).v64 [R]etry, [A]bort A
Write error in the file Paper Mario (U).v64
Program aborted


So then I try to exclude this file when doing the unrar but I can't figure it out. Can someone give me the line of code I need? This is what I have so far...
Code:
dan@tux ~/Desktop/N64 $ unrar e -o- -x<Paper Mario \(U\).v64> N64RomsandEmulator.rar

First it complained about the ( and ) so I fixed that but now I don't know what to put in place of the spaces in the filename. It doesn't like %20 so I'm at a loss. Thanks.
_________________
Current project - carputer running.........Gentoo?
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Thu Mar 23, 2006 7:48 am    Post subject: Reply with quote

Maheriano wrote:
I don't know what to put in place of the spaces in the filename.

Wrap the filename, unaltered, in single quotes.
Back to top
View user's profile Send private message
Maheriano
l33t
l33t


Joined: 18 Jun 2005
Posts: 623
Location: Calgary, Alberta

PostPosted: Thu Mar 23, 2006 8:14 am    Post subject: Reply with quote

Code:
dan@tux ~/Desktop/N64 $ unrar e -o- -x'Paper Mario (U).v64' N64RomsandEmulator.rar

UNRAR 3.40 freeware      Copyright (c) 1993-2004 Alexander Roshal


Extracting from N64RomsandEmulator.rar

Extracting  Paper Mario (U).v64                                       56%
Write error in the file Paper Mario (U).v64 [R]etry, [A]bort r

Write error in the file Paper Mario (U).v64 [R]etry, [A]bort a

Write error in the file Paper Mario (U).v64
Program aborted

Why does it continue to try?
_________________
Current project - carputer running.........Gentoo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum