CentOS VPS下yum的常用用法2011-11-032026-07-23技术相关/服务器运维yum/用法在Debian VPS下用apt-get来管理软件包,非常方便。CentOS VPS下用yum来管理软件包,同样也很方便,yum是redhat RHEL和fedora采用的包管理方式。本文列举一些常用的yum用法。 安装和删除 安装指定的软件 比如:yum install httpd 用YUM删除软2011-11-03|13|0|0
几个国内速度最快的centos yum(更新源)2011-11-032026-07-23技术相关/服务器运维centos/yum/更新源国科技大学源 cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.save wget http://centos.ustc.edu.cn/CentOS-Base.repo.5 mv CentOS-Base.repo.5 CentOS-Ba2011-11-03|12|0|0
CentOS 5.4 yum 更新国内镜像2011-11-032026-07-23技术相关/服务器运维centos/yum/更新源搜狐的开源镜像 http://mirrors.sohu.com/ 感觉蛮快的 不错!! 按以下步骤进行: 1、备份并清空 /etc/yum.repos.d/CentOS-Base.repo echo "" > /etc/yum.repos.d/CentOS-Base.repo 或者(如果第一次使用的2011-11-03|11|0|0
centos yum无法使用问题2011-10-182026-07-23技术相关/服务器运维centos/yum运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046 问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: anothe2011-10-18|11|0|0