By default unrar is not part of Linux, FreeBSD or UNIX OSes. You can install unrar command with the help of apt-get or yum command.
See below for:
Install unrar command
Under Debian Linux, you need to type apt-get as follows to install unrar program:apt-get install unrarIf you are using Fedora core Linux then use yum command as follows (see discussion below):
yum install unrarIf you are using FreeBSD, use:
pkg_add -v -r unrarIf any of above, methods is not working for you, download binary package from official rarlab site:
cd /tmp
wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gzUntar file
tar -zxvf rarlinux-3.6.0.tar.gzBoth unrar and rar commands are located in rar sub-directory. Just go to rar directory:
cd rar
./unrarNow copy rar and unrar to /bin directory:
cp rar unrar /binHow to use unrar
unrar command supports various options below are common options that you need to use everyday.Task: To open rar (unpack) file in current directory type command:
unrar e file.rarPlease note that replace file.rar filename with your actual filename.
Task: List (l) file inside rar archive:
unrar l file.rarTask: To extract (x) files with full path type command:
unrar x file.rar(D) To test (t) integrity of archive, file type command:
unrar t file.rar
No comments:
Post a Comment