This is very simple and easy way to UnZip rar file in Ubuntu. Please follow these steps to unrar your rar file
Step 1. Install unrar in Ubuntu type
1 |
sudo apt-get install unrar |
Step 2. If you want to unzip file in same directory type this command
1 |
unrar e -r /your_path/myfile.rar |
or in other directory or root type this
1 |
unrar x -r /your_path/myfile.rar |
That’s all, hope this help you 🙂