目录
删除yum核心目录下的文件
[root@localhost ~]# cd /etc/yum.repos.d/ 进入yum核心目录
[root@localhost yum.repos.d]# ls
sun.repo 这是我之前配置的本地源
图示
[root@localhost yum.repos.d]# rm -rf * 删除之前配置的本地源
[root@localhost yum.repos.d]# ls
[root@localhost yum.repos.d]#
图示
配置阿里源(复制 粘贴即可)
[root@localhost yum.repos.d]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
图示
配置扩展包(复制 粘贴即可)
[root@localhost yum.repos.d]# wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
图示
yum list 列出所有可安装的软件包