安装Xming X Server for Windows

sudo apt update

sudo apt install xfce4 xfce4-terminal

echo "export DISPLAY=127.0.0.1:0.0" >> ~/.bashrc

source ~/.bashrc

echo $DISPLAY # 检验一下

startxfce4 # 启动

相关文章:

  • 2022-02-26
  • 2021-09-17
  • 2022-01-21
  • 2022-02-14
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2021-11-14
  • 2021-12-18
  • 2021-07-14
  • 2022-01-18
  • 2021-07-13
  • 2021-10-23
相关资源
相似解决方案