CentOS共3篇
Debian/CentOS系统出现curl: command not found解决方法-小威笔记

Debian/CentOS系统出现curl: command not found解决方法

Debian/CentOS系统出现curl: command not found解决方法解决方法:# Debian/Ubuntu apt-get update -y && apt-get install curl -y # CentOS yum update -y && yum install cur...
萌新的头像-小威笔记萌新
01.3W+6
CentOS8 换源-小威笔记

CentOS8 换源

CentOS 8和CentOS 6 及以下版本已被官网源下线, 若需使用, 请参考 CentOS-Vault 进行配置.1.删除AppStream源rm -f /etc/yum.repos.d/CentOS-AppStream.repo2.备份配置文件(可直接删除)mv /etc...
萌新的头像-小威笔记萌新
050245
CentOS 8升级CentOS8 Stream-小威笔记

CentOS 8升级CentOS8 Stream

已经是centos 8.3 以上的可以跳过,查看Centos 8.5+升级到Centos 8 Stream”1.执行升级命令dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos4.将已安装...
萌新的头像-小威笔记萌新
054485