Hi Winrar is not working Or shall I put it as i am unable to extract a .rar file
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Also, unrar will not work on zip or any of type of archive. For zip, use unzip. For .tar and .tar.bz2, use tar.
Finally, I see that you are logged in as root. I suggest you create a separate user ASAP. Running as root for non-maintenance tasks can result in unintentional (and potentially damaging) changes to your system.
install something like linux version of winrar (for example gnome's fileroller). it will much easier that typing commands in terminal.
or install wine, and then run your well known winrar
Also, unrar will not work on zip or any of type of archive. For zip, use unzip. For .tar and .tar.bz2, use tar.
Finally, I see that you are logged in as root. I suggest you create a separate user ASAP. Running as root for non-maintenance tasks can result in unintentional (and potentially damaging) changes to your system.
hi there i am not sure if i have got this working when you talk about
unrar e <path to rar archive>
i am not sure what need to be done
install something like linux version of winrar (for example gnome's fileroller). it will much easier that typing commands in terminal.
or install wine, and then run your well known winrar
Code:
wine winrar.exe
it works
hey there
thank for the help but it does not work
[root@aditya Download]# wine winrar.exe
-bash: wine: command not found
In order to run windows programs in linux you need to install wine
Take a look at http://www.winehq.org/
However, when you run unrar, it should work, when the archive is correct.
hi,
please find the below Error
[root@aditya Download]# unrar e 100__Most_Wanted_Remix__2008__By_Dude_Love.part1.rar
UNRAR 3.71 beta 1 freeware Copyright (c) 1993-2007 Alexander Roshal
100__Most_Wanted_Remix__2008__By_Dude_Love.part1.rar is not RAR archive
No files to extract
[root@aditya Download]# unrar -e 100__Most_Wanted_Remix__2008__By_Dude_Love.part1.rar
UNRAR 3.71 beta 1 freeware Copyright (c) 1993-2007 Alexander Roshal
<Commands>
e Extract files to current directory
l[t,b] List archive [technical, bare]
p Print file to stdout
t Test archive files
v[t,b] Verbosely list archive [technical,bare]
x Extract files with full path
No no no...
Using Windows version of Winrar is absolutely not necessary. Unrar is Winrar so if you used unrar and it doesn't extract the rar files, that means the RARs don't work. Either download it again or find some another source for the files.
I have never had any luck with any of the free un-rar utilities available for Linux.
I have never had a problem with the registered commercial version of Winrar for Linux (I know--the name seems to be an oxymoron). Most of the free versions I've tried (and I've tried everyone I could find) could not unrar the most recent rar format.
The current non-free version is RAR 3.80 beta 3
With the registered version, the unrar command is rar e [filename]. That's rar e, not rar -e.
<Commands>
a Add files to archive
c Add archive comment
cf Add files comment
ch Change archive parameters
cw Write archive comment to file
d Delete files from archive
e Extract files to current directory
(snip)
i am to lazy to use terminal every single time and typing all necesarry commands when i want to create archive or unpack something. really if you have somekind of windows manager on your machine use the gui software. For KDE it was called ARK
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.