摘要:1.进入yum配置文件目录:cd /etc/yum.repos.d/2.备份配置文件:mv CentOS-Base.repo CentOS-Base.repo.bak3.下载网易的配置,改成网易的源:wget http://mirrors.163.com/.help/CentOS6-Base-163
阅读全文
posted @ 2016-03-08 16:58
|
|
随笔分类 - yum[jʌm]
摘要:1.进入yum配置文件目录:cd /etc/yum.repos.d/2.备份配置文件:mv CentOS-Base.repo CentOS-Base.repo.bak3.下载网易的配置,改成网易的源:wget http://mirrors.163.com/.help/CentOS6-Base-163
阅读全文
posted @ 2016-03-08 16:58
摘要:--常用命令 1.安装软件 yum install 软件名称 2.卸载软件 yum remove 软件名称 3.更新软件 yum update 软件名称 4.列出所有可安装的软件包 yum list 5.列出所有可更新的软件包 yum list updates 6.列出所有已安装的软件包 yum l
阅读全文
posted @ 2016-03-08 16:39
|
|