How To Install rar And unrar In CentOS Linux

I could not seem to get yum install rar or yum install unrar to work, so I did the following: Grab unrar/rar software from http://www.rarlab.com/download.htm install the same. Type the following commands as root user:
1 2 3 4 5 |
cd /tmp wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz tar -zxvf rarlinux-3.6.0.tar.gz cd rar cp rar unrar /bin |