• Home
  • About Me
  • Musings
  • Programming
  • Open Source
  • Computers
  • Society
  • Books
  • Design
  • Movies
  • How to open, extract and use RAR files in Ubuntu

    Posted on December 7th, 2008 by Rajeshwaran S P

    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:

    1. Dual booting Ubuntu and XP Starting out on the Open Source fever, I installed Mandriva,...
    2. Installing LAMP in Ubuntu Following are the steps to get Apache, MySQL and PHP...
    3. Ubuntu Panel Missing! When I logged into the machine today, I was shocked...
    4. Star Team : Missing Files from Source Control Here is a nice incident that happened today at office....
    5. Keynote – Interest in Open Source I was stumbling the web as usual a few days...

    Tags:

    Leave a Reply