centos7.9配置yum使用报错,无法使用

VM 安装centos7.9镜像后,yum 使用报错:
centos7.9配置yum使用报错,无法使用_第1张图片
解决办法:

vi /etc/sysconfig/network-scripts/ifcfg-ens33

找到ONBOOT=no 修改为ONBOOT=yes ,保存退出后,
重启网卡

service network restart

执行完成后从新执行yum 相关命令即可
修改后如下:
centos7.9配置yum使用报错,无法使用_第2张图片

安装基础软件:
执行 yum update 更新系统软件

安装ifconfig: yum install net-tools.x86_64
安装vim : yum -y install vim*
安装宝塔:yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
......

你可能感兴趣的:(linux,服务器,centos)