View Full Version : [ubuntu] WinRAR for Linux
3DGE
September 1st, 2008, 02:18 AM
I need help installing Winrar on Ubuntu. I have downlodaed the Linux version from WinRar's website and the folder is on my desktop but how do I install it?
The folders name is "rar"
Pro-reason
September 1st, 2008, 02:23 AM
I need help installing Winrar on Ubuntu. I have downlodaed the Linux version from WinRar's website and the folder is on my desktop but how do I install it?
The folders name is "rar"
Please read the help on installing programs on Linux. (There is a help button on the panel. You can also take a look at https://help.ubuntu.com/community/InstallingSoftware, http://www.psychocats.net/ubuntu/installingsoftware, http://video.google.com/videoplay?docid=5253052326994067125)
You don't just download random files from the internet. Go to Add/Remove Programs, or Synaptic. You can add support for RAR there. The default GNOME archiver (file-roller) will then support RAR (as well as you having rar support on the command line).
RequinB4
September 1st, 2008, 02:27 AM
See my signature for information on installing programs in ubuntu
For rar support, go to applications-accessories-terminal
sudo apt-get install unrar
Redache
September 1st, 2008, 02:27 AM
if you go to the rar folder on the desktop in the Terminal
cd Desktop (if you're in the default starting directory)
Then you have to use the command make to set it up:
sudo make
Then use make install to make it install
sudo make install
Then you run it by typing rar in the terminal.
There's no GUI for it (or at least what I got off their website had no GUI) so you'll have to learn the terminal commands.
louieb
September 1st, 2008, 02:34 AM
See my signature for information on installing programs in ubuntu
monkeyblog.org seems to have lost its host. Hope they get one soon.
3DGE
September 1st, 2008, 02:34 AM
Thanks I started thinking I was on Windows again !
Now I gotta remember to use Add/Remove a lot more.
Pro-reason
September 1st, 2008, 02:35 AM
If you absolutely must install the version you downloaded from rarlabs.com, then first bear in mind that it is RAR for Linux, not WinRAR. Secondly, you'll find a Makefile inside. I have found that running it (with the “make” command) just produces an error. In fact, there are already binaries in the tarball. All you have to do is install them with “sudo make install”.
However, as I said before, do not install things like that. You will bypass the package management system. Please use .deb packages via Synaptic.
3DGE
September 1st, 2008, 02:36 AM
Ok one proble I used Add/Remove and it said it installed the application successfully but now I cant see it under any Applications... help
Redache
September 1st, 2008, 02:39 AM
There is no GUI for it. You have to run it from the Command Line (At least I'm pretty sure you do in the tarball on their website there's no GUI files at all.)
3DGE
September 1st, 2008, 02:42 AM
Ok could you help explain how to run it from the command line...
Pro-reason
September 1st, 2008, 02:43 AM
Ok one proble I used Add/Remove and it said it installed the application successfully but now I cant see it under any Applications... help
As I said before, once you have installed RAR, you will have two things:
the ability to use the “rar” command from the terminal
the ability to access .rar files from GNOME's standard file archiver (which is called “file-roller”).
You don't have to use a completely separate and redundant graphical application for each file format. This isn't Windows.
Pro-reason
September 1st, 2008, 02:44 AM
Ok could you help explain how to run it from the command line...
No! That's what documentation is for.
Type “rar --help” or “man rar” on the command line. This applies to all Linux commands.
P.S.:
OK, I give in. Otherwise, other people will just explain. If you have files called “CV.odt” and “CV.pdf” on your desktop and you want to make a RAR archive of them, then type this:
cd ~/Desktop
rar a CV.rar CV.odt CV.pdf
To extract:
unrar CV.rar
It's actually easier than a GUI.
solitaire
September 1st, 2008, 02:45 AM
Once Unrar is installed does not "Archive Manager" recognise and use Unrar? when it opens rar files?
perlluver
September 1st, 2008, 02:46 AM
Once Unrar is installed does not "Archive Manager" recognise and use Unrar? when it opens rar files?
Yes it does, it will offer to unzip the package. Just right click, and select extract here.
Redache
September 1st, 2008, 02:48 AM
Once Unrar is installed does not "Archive Manager" recognise and use Unrar? when it opens rar files?
I completely forgot about File Roller, If you don't use it you sort of forget it's there!
Think of it as a codec for Archive files. It adds support for it to your system and the applications present will then be able to open files that contain it, and export files to it (although this isn't true of all Codecs).
If you second click on any file you want to archive, select the option "Create Archive.." you'll be able to select rar from the list of drop down file types.
3DGE
September 1st, 2008, 02:49 AM
Is there a way to use winrar using Wine?
Redache
September 1st, 2008, 02:51 AM
I don't understand why you'd want to.
Rar is now integrated into your system and you can now open and create archives.
If you want a GUI just double click on the file you want and it'll open in File Roller.
perlluver
September 1st, 2008, 02:51 AM
Is there a way to use winrar using Wine?
Why would you want to use winrar? You can zip and unzip, perfectly fine in Ubuntu. Unless you want some special feature.
RequinB4
September 1st, 2008, 02:52 AM
Is there a way to use winrar using Wine?
I don't know what people are saying, there is no reason to even open the termianal for this...
If you have a .rar archive, right click and extract here, or double click it. If you want to make a .rar archive, highlight the files you want to include, and write click archive...
Pro-reason
September 1st, 2008, 02:52 AM
Is there a way to use winrar using Wine?
What???
Edit: OK, if you want a serious answer, then yes, you can of course simply install it via Wine. It would be very stupid to do so.
What are you trying to do?
Access the RAR files you made on Windows? Now that you have installed the “rar” package in Synaptic, GNOME can now open RAR files. Just right-click and choose “extract here”, or else open them in “file-roller”.
Make good compressed archives? Use “file-roller” to make .tar.bzip2 archives.
Pro-reason
September 1st, 2008, 02:54 AM
I don't know what people are saying, there is no reason to even open the termianal for this...
If you have a .rar archive, right click and extract here, or double click it. If you want to make a .rar archive, highlight the files you want to include, and write click archive...
I don't know what you are saying! We're not telling him to use the terminal at all. From the beginning, I told him to install rar via Synaptic, and that it would add RAR support to file-support to file-roller. Everything else has been because he insisted on other things.
Redache
September 1st, 2008, 02:57 AM
I don't know what you are saying! We're not telling him to use the terminal at all. From the beginning, I told him to install rar via Synaptic, and that it would add RAR support to file-support to file-roller. Everything else has been because he insisted on other things.
Yeah. Although technically using a terminal is quicker to open and create archives.
3DGE
September 1st, 2008, 03:07 AM
Ok NVM I just did what you guys said and it worked. It just seemed weird not seeing winrar and I don't know why I wanted to.
Thanks for the help and sorry for the confusions.
Pro-reason
September 1st, 2008, 03:13 AM
Ok NVM I just did what you guys said and it worked. It just seemed weird not seeing winrar and I don't know why I wanted to.
Thanks for the help and sorry for the confusions.
No problem. Windows is like a virus in your mind that stops you doing things properly. It doesn't take too long to cure, though!
mrbiggels
December 8th, 2009, 07:11 PM
i also got it all to work but when it asks me the second time to verify what im installing, i click aply and it starts to install it but after 3 seconds and error appears. before istall it it says "warning, you are about to instal software that cant be authenticated"
then it gives me teh 3 options of "not authenticated, to be installed, unchanged" ive tried all but everytime i get an error ssaying "W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/pool/multiverse/r/rar/rar_3.7b1-2_i386.deb
404 Not Found [IP:.............]".
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.