Tag Archives: unrar

Install Unrar on CentOS

To install Unrar on CentOS, run cd /usr/local/src wget http://www.rarlab.com/rar/rarlinux-3.8.0.tar.gz tar zxvf rarlinux-3.8.0.tar.gz cd rar make make install We installed older version of unrar as Latest unrar will not work on CentOS 5.x To check where unrar installed, run which … Continue reading

Posted in CentOS | Tagged , , | Leave a comment

How to extract RAR files in Ubuntu

To extract rar file, you need to install unrar with sudo apt-get install unrar To extract a rar file, go to command line, run unrar x fileName.rar For other command line options of unrar, run man unrar

Posted in ubuntu | Tagged , , , | Leave a comment

Extract RAR archives in Ubuntu

To extract RAR archives in Ubuntu, you need to install unrar. On terminal run sudo apt-get install unrar Or you can install from Synaptic Package Manager To extract a rar file, run terminal, go to the folder where the rar … Continue reading

Posted in ubuntu | Tagged , , | Leave a comment

Extracting RAR files in Linux

Today a client want to install Flash Media Server on his linux server. He uploded Flash Media Server in a rar file. Linux by default do not support .rar files. So i have to install unrar on the server. This … Continue reading

Posted in Linux | Tagged , , | Leave a comment