如何从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触发器会重新启用它们。如何永久删除它们?
答案 0 :(得分:-1)
试一试:
在您的终端中输入
ls /lib/systemd/system
如果你的服务文件在那里,只需删除它们。
答案 1 :(得分:-1)
由于Cloud9 IDE是在节点(我不需要)上构建的,因此我使用以下方法摆脱了整个shebang:
sudo apt-get remove nodejs