如何删除系统服务
Tofloor
poster avatar
deman119
deepin
2020-09-27 19:01
Author
我删除了一个自己安装的软件,但是软件的后台服务还显示在系统管理器里,只是被禁用了。怎么清除掉?

Reply Favorite View the author
All Replies
强迫症晚期患者
deepin
2020-09-27 19:10
#1
本帖最后由 scfy 于 2020-9-27 17:55 编辑

sudo systemctl disable 需要禁用服务名.service
这个命令你试一下。

Reply View the author
deman119
deepin
2020-09-27 19:34
#2
搞定,谢谢。
Reply View the author
ghostry
deepin
2020-09-28 00:04
#3
https://bbs.deepin.org/post/202950
sudo systemctl disable *.service
这个命令你试一下。

这个不会禁用所有服务吗?
Reply View the author
强迫症晚期患者
deepin
2020-09-28 01:54
#4
https://bbs.deepin.org/post/202950
这个不会禁用所有服务吗?

我没表达清楚,这个*.service代表的是你想要卸载的服务。你用服务名把*替换了就行了。
Reply View the author