要停止 Ubuntu 自启动的程序,您可以使用以下命令:
sudo systemctl list-units --type=service
sudo systemctl stop <service-name>
sudo systemctl disable <service-name>
请将 <service-name> 替换为您希望停止或禁用的自启动程序的名称。
<service-name>