38 thunderbird 12.04
因为我更喜欢使用 Evolution,所以我真的很想从我的 PC 中完全删除 Thunderbird。我已经表演过,sudo apt-get purge thunderbird*
但locate thunderbird
仍然列出了一些热门歌曲:
/usr/share/app-install/desktop/thunderbird:thunderbird.desktop
/usr/share/app-install/icons/thunderbird.png
/usr/share/icons/HighContrast/scalable/apps-extra/thunderbird-icon.svg
Run Code Online (Sandbox Code Playgroud)
我怎样才能完全删除它?
Mah*_*esh 63
这将从您的系统中完全删除雷鸟。
sudo apt-get purge thunderbird*
这是你的情况出了什么问题。
sudo updatedb
在系统选择更改之前强制更新。或用于locate -e
仅打印locate
运行时存在的文件。/usr/share/app-install
属于 Ubuntu 软件中心。/usr/share/icons
属于相应的图标主题。