[树莓派]删除桌面,只保留命令行模式

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/tomlucky1024/article/details/82670266

https://raspberrypi.stackexchange.com/questions/4745/how-to-uninstall-x-server-and-desktop-manager-when-running-as-headless-server

sudo apt-get remove --auto-remove --purge 'libx11-.*'
sudo apt-get remove --purge libreoffice*
sudo apt-get autoremove --purge
//(Repeat apt-get autoremove --purge until no orphans remain)

猜你喜欢

转载自blog.csdn.net/tomlucky1024/article/details/82670266