

Step 7: Unrar or uncompress some password protected RAR file unrar -x filename.rar /path-of-folerĮxample: unrar -x sample.rar ~/Downloads/test/ Now, extract rar content in the Test folder. If you don’t want to extract the RAR file content in the same directory where it exists then we can mention some other directory for it.įor example, let’s create a directory called: Test mkdir test To open/extract a RAR file in the current working directory. Step 6: To extract the RAR file in another folder You can type in the below command for installing it. Download the latest version of UNRAR - Advertisement - Then you can unzip it using the tar command tar vxzf rarlinux-圆 Access the generated folder: cd rar And move the binary to a folder inside the PATH sudo cp -v rar unrar /usr/local/bin/ And that’s it, you can use it after you restart the session. unrar -x sample.rarīefore extracting the content of some RAR compressed files using Unrar on Linux, we can list all the available folders and files inside it directly on our command terminal. Now, to extract, simply use Unrar with either x or e option along with the filename. cd DownloadsĪnd then to list the files available there, we can use: ls
#Install unrar install#
I have a file called sample.rar in the Downloads folder, then first I will switch to the Downloads folder. Install unrar rpm package: yum -enablerepoforensics install unrar Files 4 Changelog 10 - Larence R. Replace the filename.rar with the actual RAR file that you want to extract.
#Install unrar how to#
rar file then how to use Unrar to extract or uncompress the same using command line: unrar -x filename.rar Step 4: Extract a RAR File using Unrar on Debian Linux p, -password Decrypt archive using a password extract-no-paths Don't create directories while extracting extract-newer Only extract newer files from the archive f, -force Overwrite files when extracting x, -extract Extract files from archive (default) Here is the output: Usage: unrar ARCHIVE Once the installation is completed we can see what are the options available to use with this command-line tool. Step 2: Command to install Unrar in Debian 11 or 10Īs I said in the introduction, Unrar is available via the default base repository of Debian Linux, hence just use the APT package manager to fetch its packages and install them using the given command: sudo apt install unrar-free Run the system update command to refresh the system APT cache and also to install if there are any updates available for your system. Step 7: Unrar or uncompress some password protected RAR file Install and use Unrar on Debian 11 or 10 Linux to extract RAR files Step 1: Apt update
