LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux RAR archiver (https://www.linuxquestions.org/questions/linux-software-2/linux-rar-archiver-505093/)

Kittie Rose 11-26-2006 06:53 PM

Linux RAR archiver
 
I'm trying to install the "WinRAR" one but it doesn't seem to want to compile.

Is there an easier to use Archiver that supports RARs?

matthewg42 11-26-2006 07:09 PM

There's a shareware rar program for Linux, which must be registered within 40 days of use if you are going to keep using it. This is written by Martin Meredith. It is in the Ubuntu multiverse repository. You didn't say what distro you're using, so I can't give you distro-specific info.

There's also an unrar implementation by Ying-Chun Liu, which is in the universe repository. The homepage is here.

kstan 11-26-2006 07:53 PM

majority of distro come with rar now. try install your native one. Like ubuntu using: sudo apt-get install rar

Mithic 11-27-2006 06:25 AM

I dont know if you've been here or not, http://www.rarlab.com/rar_add.htm .
Thats where i got the one i use. It was easy to install and easy to use.

JJX 11-27-2006 08:13 AM

apt-get install unrar rar

Kittie Rose 11-27-2006 01:55 PM

I'm in Ubuntu.

drael@Teletraan8:~$ sudo apt-get install rar
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package rar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package rar has no installation candidate
drael@Teletraan8:~$
drael@Teletraan8:~$ sudo apt-get install unrar rar
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package unrar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package unrar has no installation candidate
drael@Teletraan8:~$

doesn't work :/

matthewg42 11-27-2006 02:47 PM

Enable the universe and multiverse repositories.

Kittie Rose 11-27-2006 03:34 PM

I've been able to download most packages okay... what are the APT lines for those repositories..? I can't edit the source.lst file... says I do not have permission :/ How do I make it so sudo is always on in the file browser?

Mithrilhall 11-27-2006 03:56 PM

Code:

sudo nano /etc/apt/sources.list
Look for lines ending in 'Universe' and add 'Multiverse' after it....and don't forget to uncomment the line if it's commented.

https://help.ubuntu.com/community/Repositories/Ubuntu

Kittie Rose 11-27-2006 04:06 PM

Cool thanks that worked... unfortunately the package itself isn't great :/ Is there not something the equivalent of Winrar, where I can rar and unrar stuff?

matthewg42 11-27-2006 04:16 PM

You could try to run winrar using wine. Integration with your file manager will be ugly though.

Once you've got the rar and unrar programs installed, ark and/or the gnome archive program should use them and give you a nice GUI.

You're right that the rar programs on Linux aren't great. This is mostly because it's not a format which people on Linux are using very much.


All times are GMT -5. The time now is 03:53 AM.