1. 程式人生 > >[樹莓派]刪除桌面,只保留命令列模式

[樹莓派]刪除桌面,只保留命令列模式

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)