赞
踩
本文中使用的OpenEuler版本:22.03 LTS SP2
VMware:17.0.0
根据CPU和场景,按需下载
https://www.openeuler.org/zh/download/?version=openEuler%2022.03%20LTS%20SP2
配置网络,网关地址见:编辑->虚拟网络编辑器->Net模式->Net设置、网关
curl www.baidu.com
如网络不通,可检查网卡状态和dns配置
- #DNS
- vi /etc/resolv.conf
-
- nameserver 114.114.114.114
-
- #网卡配置
- ip addr
更新软件源
sudo dnf update
安装DDE
sudo dnf install dde
设置以图形界面的方式启动
sudo systemctl set-default graphical.target
重启
sudo reboot
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。