Posts Tagged With: rar

Using Rar in Linux

Tagged with: , , ,

Create an archive rar called ‘file.rar’


rar a file.rar test_file
No Comments »

Unrar a RAR File in Linux

Tagged with: , , , , ,

First install the ‘unrar’ package - then run this command…


unrar x file.rar
No Comments »

RAR Support In Linux

Tagged with: , , , , , , ,

RAR Support in Linux is easy - just install the unrar tool…


sudo yum install unrar
No Comments »