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