vmware安装图形版ubuntu(20.4)

先按照下面文章安装ubuntu服务器版。
https://blog.csdn.net/weixin_46560589/article/details/125618060

安装图形界面

apt-get update
apt-get upgrade -y
apt install ubuntu-desktop
apt install xrdp -y
adduser xrdp ssl-cert
systemctl restart xrdp
systemctl status xrdp

你可能感兴趣的:(ubuntu,linux,运维)