However, I am a linux supporter and I don't want to make you upset while bumping into this blog and didn't really get what you need. So, here is how to install rar and unrar on other linux distributions..see this .How to create and extract rar files in linux
Under Debian Linux, you can use the same apt-get method as follows to install unrar program:
$ apt-get install unrar
If you are using Fedora core Linux then use yum command as follows:
$ yum install unrar
If you are using FreeBSD, you can use:
$ pkg_add -v -r unrar
If any of above, methods is not working, you can download binary package from official rarlab site and choose the right package for your machine... for example, i chose the latest (by the time i write this post):
$ cd /tmp$
wget http://www.rarlab.com/rar/rarlinux-3.7.1.tar.gz
then untar the file:
$ tar -zxvf rarlinux-3.7.1.tar.gz
Both rar and unrar commands are located in rar sub-directory. Just go to rar directory:
$ cd rar$ ./unrar
Now copy rar and unrar to /bin directory:
$ cp rar unrar /bin
Then you can use the same method on creating and extracting rar files in linux in my previous post.
Another thing to add, you can also test the integrity of archive, with this command:
$ unrar t filename.rar
or list the files inside the rar file using this command:
$ unrar l filename.rar
that's it... hope it helps...
How to Install rar and unrar programs in Linux or Unix
Related Posts:
How to Synchronizing Windows Mobile with LinuxThis how to guide outlines the steps needed to synchronize a Windows Mobile device with a Linux desktop or laptop installation. Introduction With mo… Read More
How to Install Puppy Linux on Your Hard DrivePuppy Linux: Installing The Distro Installing an operating system onto a computer has never been easier. Puppy Linux is fast, straight-forward and ea… Read More
Play swf file(Macromedia Flash) on Ubuntu / Debian Linux swfdec-gnome is a very good Tool to play SWF files (Macromedia Flash) on GNOME. This package contains programs to integrate Flash functionality i… Read More
Mount A Linux Partition In FreeBSDFor ext2fs filesystem Support under FreeBSD, You have to build a new kernel with ext2fs support. Put the line options “EXT2FS” in your kernel configu… Read More
How to Shutdown Windows machine remotely from Linux command lineThe easiest way to shutdown a Windows machine from Linux is by using Samba’s net command. The following command will send an RPC call to the Windows m… Read More
0 comments:
Post a Comment