赞
踩
以下只适合安装路径加入PATH里软件
[root@Test ~]# whereis git
git: /usr/bin/git /usr/share/man/man1/git.1.gz
[root@Test ~]# which git
/bin/git
[root@Test ~]# getconf LONG_BIT
64
[root@Test ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
[root@Test ~]# yum install wget
安装完毕后再输入:
[root@Test ~]# wget -P /etc/yum.repos.d/ http://mirrors.163.com/.help/CentOS7-Base-163.repo
更新完yum源后,执行下边命令更新yum配置,使操作立即生效
[root@Test ~]# yum makecache
已加载插件:fastestmirror
...中间输出省略
Determining fastest mirrors
epel 12852/12852
epel 12852/12852
epel 12852/12852
元数据缓存已建立
此时yum源已经更新
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。