How to open, extract and use RAR files in Ubuntu
Posted on by
Archive Manager in Gnome does not support .rar files by default.
To use .rar files in Ubuntu/Debian, type the following lines in the terminal.
1 2 | sudo apt-get install rar sudo ln -fs /usr/bin/rar /usr/bin/unrar |
Then use the Archive Manager to compress and uncompress RAR files.
Possibly Related posts:
- Dual booting Ubuntu and XP Starting out on the Open Source fever, I installed Mandriva,...
- Installing LAMP in Ubuntu Following are the steps to get Apache, MySQL and PHP...
- Ubuntu Panel Missing! When I logged into the machine today, I was shocked...
- Star Team : Missing Files from Source Control Here is a nice incident that happened today at office....
- Keynote – Interest in Open Source I was stumbling the web as usual a few days...
Tags: linux
