我按照这是问Ubuntu的答案安装了白蚁终端模拟器,并从这里是吉突布获得了安装包。现在我正试着卸载它。我试过这个答案,但它不起作用。
我试过这个:
$ sudo apt remove --purge termite
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package termite我的系统中白蚁的位置是:

发布于 2018-02-27 15:44:14
由于没有通过包管理器安装白蚁,使用apt和dpkg的方法可能无法工作。
最好的机会是转到vte白蚁分别被克隆到并尝试make uninstall的目录(请参阅斯库班图问题)。对于白蚁来说,不幸的是,uninstall写得不好,所以它会留下手册页、桌面条目和类似的东西。
我相信你也想撤销x-terminal-emulator的东西
sudo update-alternatives --remove x-terminal-emulator /usr/local/bin/termitehttps://askubuntu.com/questions/1009839
复制相似问题