我想删除gnome-help
,所以我删除了gnome-user-docs
,但是 gnome-help 的图标仍然在我的桌面上,但它没有任何文档可显示,甚至终端都可以检测到gnome-help
它仍然存在。有没有办法完全删除它?因为它有点烦人。
答案1
该gnome-help
命令在yelp
包中:
https://packages.ubuntu.com/search?searchon=contents&keywords=gnome-help&mode=&suite=focal&arch=any
因此,您应该删除yelp
并可能删除以下软件包:gnome-getting-started-docs ubuntu-docs xorg-docs-core
。
如果可能的话,我还建议重新启动。
查找包含命令或文件的包的一般方法如下:
- 首先,找到命令或文件名的完整路径:
$ type gnome-help
gnome-help is hashed (/usr/bin/gnome-help)
- 然后使用
dpkg
来查找提供此文件的包:
$ dpkg -S /usr/bin/gnome-help
yelp: /usr/bin/gnome-help