CentOS安装RAR包
1、到http://www.rarsoft.com/download.htm去下载for linux的.tar.gz包
2。命令行输入:
#tar -xvf ***.tar.gz //解压缩软件包
#cd rar //进入软件包目录
#make
3。屏幕上回显:
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib
则说明已经安装成功
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments
还没有评论。
发表评论