1.启动网络服务
systemctl start network
systemctl enable network
2.无法使用yum
错误如下
解决办法
cd /etc/sysconfig/network-scripts
vi ifcfg-ens33
将ENBOOT改为yes
service network restart
yum -y install wget
3.下载图形化界面
yum groupinstall 'X Window System' -y
yum groupinstall 'GNOME' -y
如果没有汉语
yum groupinstall 'fonts'
标签:network,groupinstall,Linux,systemctl,yum,注意事项,初次
From: https://www.cnblogs.com/jzm123/p/17268182.html