How to open .rar files in ubuntu 9.04

By jalex • Linux • 28 Sep 2009

The default ubuntu distro can’t open .rar archives. To be able to open .rar files, you need to install the unrar application. To do this, enable multiverse repository (this is enabled by defaut) and go to the terminal. Type this code:

sudo apt-get install unrar

Done! You can now open your .rar files using the GUI like as you do in windows, or you can use the terminal with this code:

unrar x [filename.rar]

replace filename.rar with he name of your rar archive. (x is a shortcut for extract)

Tags: , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>