| Author |
Message |
hazemafify
Joined: 04 Dec 2006 Posts: 148 Helped: 5
|
08 May 2008 15:29 Installing RAR |
|
|
|
I'm a newbie of linux, and I want to install winrar, so how can I do that for any program not only the winrar, is it the standerd way like windows or every program has it's owen way and it must describ it?.
Thanx
|
|
| Back to top |
|
 |
endel
Joined: 06 Nov 2007 Posts: 5
|
08 May 2008 16:04 Installing RAR |
|
|
|
| Depends on the Linux distribution you are using. If it is Debian, then installing new software is easy. You simply use the standard software installation program "aptitude" or "synaptic" to select the packages "rar" and "ark" and wait for it to automatically download and install them.
|
|
| Back to top |
|
 |
hazemafify
Joined: 04 Dec 2006 Posts: 148 Helped: 5
|
08 May 2008 22:49 Re: Installing RAR |
|
|
|
| endel wrote: |
| Depends on the Linux distribution you are using. If it is Debian, then installing new software is easy. You simply use the standard software installation program "aptitude" or "synaptic" to select the packages "rar" and "ark" and wait for it to automatically download and install them. |
My distribution is REDHAT Enterprice 4.
|
|
| Back to top |
|
 |
tsinghua
Joined: 30 Dec 2003 Posts: 190 Helped: 16
|
10 May 2008 5:18 Installing RAR |
|
|
|
Here is the link to the rar for your Linux distribution:
http://www.rarlab.com/rar/rarlinux-3.7.1.tar.gz
Just download and decompress.
|
|
| Back to top |
|
 |
~E3016~
Joined: 11 Nov 2006 Posts: 85 Helped: 6
|
21 May 2008 20:42 Re: Installing RAR |
|
|
|
| tsinghua wrote: |
Here is the link to the rar for your Linux distribution:
http://www.rarlab.com/rar/rarlinux-3.7.1.tar.gz
Just download and decompress. |
can it be used by another distribution too? thx
|
|
| Back to top |
|
 |
III
Joined: 11 Feb 2006 Posts: 284 Helped: 38
|
26 May 2008 11:14 Installing RAR |
|
|
|
It can be used by all distro's
but it's only a cli application, for a gui use ark or fileroller
to install unpack it, open a terminal window, login as root (or use sudo) and type:
$make install
|
|
| Back to top |
|
 |