要在Ubuntu上卸載Compton,你可以使用以下命令:
打開終端(快捷鍵:Ctrl + Alt + T)。
輸入以下命令以卸載Compton:
sudo apt-get remove --purge compton
按Enter鍵執行命令。系統可能會提示你確認卸載操作,請輸入"Y"并按Enter鍵繼續。
等待卸載過程完成。完成后,Compton將從你的系統中移除。
(可選)如果你還希望刪除Compton的配置文件和緩存,請運行以下命令:
sudo apt-get autoremove
sudo apt-get autoclean
現在,Compton已經從你的Ubuntu系統中卸載完成。