一行指令解决CentOS yum无法使用的问题

        由于CentOS7官方再2024年6月30日结束支持导致的yum无法使用的问题

报错信息:

Eclips3@VM-8-7-centos ~]$ sudo yum install wget
Loaded plugins: fastestmirror, langpacks
Repository centos-sclo-rh is listed more than once in the configuration
Repository epel is listed more than once in the configuration
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org?arch=x86_64&release=7&repo=sclo-rh error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: centos-sclo-rh/x86_64

        在用这个方法之前,我也自己手动配置了镜像源的url和path,结果都是不行。

        此时先输入命令yum repolist查看仓库状态,可以看到status和repolist为0,这里是因为我以及重新配置镜像了,所以可用仓库不为0

        在命令行输入这条指令

        作者的gitee链接:LinuxMirrors: GNU/Linux 一键更换系统软件源脚本

        使用方法链接:使用方法 - LinuxMirrors

bash <(curl -sSL https://linuxmirrors.cn/main.sh)

        然后选择想要安装的镜像源,一路输入y就行了

  • 3
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,下面是 CentOS Linux release 7.3.1611 的一些常用操作指令及其使用方法和解释: 1. 查看当前系统版本信息: ``` cat /etc/redhat-release ``` 这个命令会输出系统的版本信息,包括 CentOS 的版本号和发行版号。 2. 更新系统软件包: ``` yum update ``` 这个命令会更新系统中所有的软件包到最新版本。 3. 安装软件包: ``` yum install <package-name> ``` 这个命令会安装指定的软件包。需要将 `<package-name>` 替换成要安装的软件包的名称。 4. 卸载软件包: ``` yum remove <package-name> ``` 这个命令会卸载指定的软件包。需要将 `<package-name>` 替换成要卸载的软件包的名称。 5. 查看系统中已安装的软件包: ``` yum list installed ``` 这个命令会列出当前系统中已安装的所有软件包。 6. 查找软件包: ``` yum search <keyword> ``` 这个命令会搜索包含 `<keyword>` 关键字的软件包,并列出搜索结果。 7. 启动、停止、重启服务: ``` systemctl start <service-name> systemctl stop <service-name> systemctl restart <service-name> ``` 这三个命令分别用于启动、停止和重启指定的服务。需要将 `<service-name>` 替换成要操作的服务的名称。 8. 查看服务状态: ``` systemctl status <service-name> ``` 这个命令会显示指定服务的状态,包括是否正在运行、最近一次启动时间等信息。 9. 查看网络接口信息: ``` ip addr show ``` 这个命令会列出当前系统中所有的网络接口信息,包括接口名称、IP 地址、MAC 地址等。 以上是 CentOS Linux release 7.3.1611 的一些常用操作指令及其使用方法和解释。如果需要执行其他操作或者有任何疑问,请随时向我提问。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值