HOWTO: Decompress RAR file in Ubuntu, the GUI way
July 09, 2010
I couldn't find an article like this. So I made up one.
If you right-click an WinRAR file in Nautilus (Ubuntu's file manager) and open it with File Roller, it would tell you that it cannot decompress such kind of file. Ubuntu has no prompt for any steps to fix this.
File Roller, however, is capable to decompress WinRAR files. You just have to install WinRAR for Linux first.
This is actually very simple:
- Open a browser. (which I'm sure you've done that right now)
- Go to WinRAR's download page.
- Download the latest RAR for Linux.
- Open the folder where you download the package (should be a ".tar.gz" file). Decompress it.
- You'd have a folder named "rar". Please note down the full path of it. We'll have to use it.
- Now we do need some console work. Open "Application" > "Accessories" > "Terminal"
- Remember the full path to "rar" folder? Type these command with your path:
- cd <full_path_to_rar>
- sudo make install
- ...and its done!!!! Try decompress any RAR by right click and "Decompress here"!