How can we extract a .rar archive in Linux?
feedback
|
migrated from stackoverflow.com Mar 25 '11 at 7:59
This question came from our site for professional and enthusiast programmers.
|
first,download unrar. Url is http://packages.sw.be/unrar/. second,use the command like this,unrar x -o- -y file.rar /usr/local/file/ | |||
|
feedback
|
|
In a terminal: sudo apt-get install unrar-free Then: unrar x blah.rar | |||||
feedback
|