dguthai 2015-01-29
在Linux下碰到带有后缀rar的一些压缩文件,可以安装Linux版的rar解压缩文件。
CentOS 6.4
[11:39:19 root:/opt Master] # wget http://www.rarlab.com/rar/rarlinux-3.8.0.tar.gz
[11:40:07 root:/opt Master] # tar -zxvf rarlinux-3.8.0.tar.gz
[11:40:17 root:/opt Master] # cd rar
[11:40:42 root:/opt/rar Master] # make install
现在rar的解压已经在linux里安装完成,如果想要解压rar文件,可以使用unrar x **.rar