[root@localhost yum.repos.d]# yum clean all [root@localhost yum.repos.d]# yum makecache
解决 Repository xxx is listed more than once in the configuration 重复
1 2 3 4 5 6
[root@localhost yum.repos.d]# yum clean all Loaded plugins: fastestmirror, langpacks Repository cr is listed more than once in the configuration Repository fasttrack is listed more than once in the configuration Cleaning repos: extras os updates Cleaning up list of fastest mirrors
1 2 3 4 5 6 7 8 9 10 11
[root@localhost ~]# ls -l /etc/yum.repos.d total 44 -rw-r--r--. 1 root root 1923 Jul 4 2019 CentOS-Base.repo -rw-r--r--. 1 root root 1664 Oct 23 2020 CentOS-Base.repo.backup -rw-r--r--. 1 root root 1309 Oct 23 2020 CentOS-CR.repo.backup -rw-r--r--. 1 root root 649 Oct 23 2020 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 314 Oct 23 2020 CentOS-fasttrack.repo.backup -rw-r--r--. 1 root root 630 Oct 23 2020 CentOS-Media.repo -rw-r--r--. 1 root root 1331 Oct 23 2020 CentOS-Sources.repo -rw-r--r--. 1 root root 8515 Oct 23 2020 CentOS-Vault.repo -rw-r--r--. 1 root root 616 Oct 23 2020 CentOS-x86_64-kernel.repo