Using Rar in Linux
Tagged with: command, compress, Linux, rar
Sunday, May 25th, 2008 11:23 PM
Create an archive rar called ‘file.rar’
rar a file.rar test_file
Create an archive rar called ‘file.rar’
rar a file.rar test_file
First install the ‘unrar’ package - then run this command…
unrar x file.rar
RAR Support in Linux is easy - just install the unrar tool…
sudo yum install unrar