centos rar unrar命令软件安装
June 2nd, 2010
No comments
将 hebaodans.com 目录打包为 hebaodans.rar
# rar hebaodans.rar ./hebaodans.com/
解压 hebaodans.rar 到当前目录
# rar x hebaodans.rar
CentOS rar unrar 安装
# vi /etc/yum.repos.d/dag.repo
放入如下内容
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
gpgkey=http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
gpgkey=http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
然后直接 yum 安装
# yum -y install rar unrar
Categories: centos CentOS rar unrar 安装, linux rar, rar, rar压缩, rar解压, unrar, yum -y install rar unrar
最新评论