Friday, February 1, 2013
12:37 PM

Extract .rar files in Ubuntu

Hi unrar is the application used to extract .rar files,
install unrar
sudo apt-get install unrar

to extract commands
Options

e             Extract files to current directory
x             Extract files with full path

command
root@system# unrar e file.rar
OR
root@system# unrar x file.rar

0 comments:

Post a Comment