If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
|
20 April 2009
For ubuntu and debian based distro
apt-get install rar unrar
For fedora and other redhat based distro
yum install rar unrar
make symolik link between the compresser and the extracter
sudo ln -fs /usr/bin/rar /usr/bin/unrarexample : extracting file.tar
extract the file in the same directory
unrar -e file.tar
to extract with full path
unrar x file.rar
And is all :)

