我使用的是 14.04 LTS。
安装的程序是 truecrypt-6.3a-setup-ubuntu-x86,
我通过以下命令安装
sudo ./truecrypt-6.3a-setup-ubuntu-x86
Ubuntu 软件中心没有显示我已安装 truecrypt
sudo apt-get remove truecrypt
sudo dkpg --remove truecrypt
有效。它显示 truecrypt 未安装。
apt-cache pkgnames | grep true
返回 truecrypt 或类似内容
好吧,它可能应该走了,但我找不到 /usr/bin/truecrypt-uninstall.sh 以及 usr/share/truecrypt-uninstall.sh
searchmonkey 返回 truecrypt 为零,除了 truecrypt.mod 和下载的文件
我该怎么办?
答案1
打开终端并输入:
which truecrypt
结果将会是这样的:
/usr/bin/truecrypt
如果您看到上述结果,请运行以下命令手动卸载 TrueCrypt:
sudo -i
rm -f /usr/bin/truecrypt
rm -f /usr/share/truecrypt/doc/License.txt
rm -f '/usr/share/truecrypt/doc/TrueCrypt User Guide.pdf'
rm -f /usr/share/applications/truecrypt.desktop
rm -f /usr/share/pixmaps/truecrypt.xpm
rm -rf /usr/share/truecrypt/doc /usr/share/truecrypt
rm -f /usr/bin/truecrypt-uninstall.sh