I use RAR on my Windows and Linux boxes everyday and today I’ll show you how to extract RAR files from the Linux command line.
In Linux, to extract a RAR file you would use the unrar command. The unrar binaries are typically not included with the default Linux install so you will have to install them either through the package manager or by downloading binaries from rarlab.com
Let’s get to the HowTo now,
Extract a RAR file into the curren directory.
# unrar e [filename].rarExtract a RAR file with the full file path.
# unrar x [filename].rarList contents of a RAR file
# unrar l [filename].rarTest intergruty of a RAR file
# unrar t [filename].rarIf you face any problems obtaining,installing or using unrar please contact me. I will be glad to help.