Home > Tips 'n' Tricks, Useful Appli'ns > How to Open RAR Archives in Linux

How to Open RAR Archives in Linux

January 15th, 2010 Leave a comment Go to comments

In some Linux distributions of linux, the archive manager do not support RAR files. So we have to install some application for this. There are two main application packages for RAR files.



  1. The package unrar-free is an open source project for opening RAR files. However, this package may not be able to handle all types of RAR archives. You need to have the Ubuntu universe repository enabled to install this package.Install unrar-free from the package unrar-free (click the link to install), or by running the command below in your terminal:
    sudo apt-get install unrar-free
  2. The package unrar is not open source, but should be able to open any RAR files you can find. This is likely the option you want. You need to have the Ubuntu multiverse repository enabled to install this package.Install unrar from the package unrar (click the link to install), or by running the command below in your terminal:
    sudo apt-get install unrar

After either of these package are installed, RAR archives will open seamlessly in Ubuntu’s archive manager..

  1. No comments yet.
  1. No trackbacks yet.