由于centos7 在2024年6月30号停止了更新维护,为此centos7系统上默认的yum源是不能用的。但是需求是要在centos7 上安装宝塔,参考一下教程,更改为阿里云的yum源后再安装宝塔,具体操作如下:
备份原镜像
#mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
#mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup
下载阿里云的Base源和EPEL源(如果有wget命令的情况)
#wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
#wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
提示 用不了wget 命令,就手动上传Centos-7.repo和epel-7.repo 文件 到 /etc/yum.repos.d/
通过游览器下载http://mirrors.aliyun.com/repo/Centos-7.repo
通过游览器下载http://mirrors.aliyun.com/repo/epel-7.repo
使用FinalShell的ssh远程工具进入
#cd /etc/yum.repos.d/
把Centos-7.repo 和epel-7.repo 上传
清理和生成缓存
#yum clean all
#yum makecache
然后安装宝塔命令
#yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh 12f2c1d72