Quote Originally Posted by lifetalk View Post
How do I install RAR/UNRAR on my VPS/server?
If you have ssh access, then either of the two commands will work for you:
Code: 
yum install rar unrar -y
OR
Code: 
cd /tmp
wget http://www.rarlabs.com/rar/rarlinux-3.8.0.tar.gz
tar -zxvf rarlinux-3.8.0.tar.gz
cd rar
./rar
./unrar
cp rar unrar /usr/bin/
cd
i'm in a shared web hosting plan. shell access is enabled but how do i use these commands to enable rar? pardon my naivete but i'm just new to these kinds of things.