【发布时间】:2023-04-05 14:03:01
【问题描述】:
如何从 BeagleBone Black Debian (wheezy) 发行版中永久删除 cloud9、bonescript、gateone 等?我可以使用以下命令禁用它们:
systemctl disable cloud9.service
systemctl disable gateone.service
systemctl disable bonescript.service
systemctl disable bonescript.socket
systemctl disable bonescript-autorun.service
systemctl disable avahi-daemon.service
systemctl disable gdm.service
systemctl disable mpd.service
并且禁用在重新启动后仍然存在,但有时当我安装软件包时,某些 systemd 触发器会重新启用它们。如何永久删除它们?
【问题讨论】:
-
只需卸载提供服务的包,例如
apt-get remove mpd -
Stack Overflow 是一个编程和开发问题的网站。这个问题似乎离题了,因为它与编程或开发无关。请参阅帮助中心的What topics can I ask about here。也许Super User 或Unix & Linux Stack Exchange 会是一个更好的提问地方。另见Where do I post questions about Dev Ops?。