我无意中在我的系统中安装了texlive 2009,我已经用我所知道的每一种方法来删除它。不管用..。
sudo apt-get remove texlive
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package texlive is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.但是如果在终端输入tex ..。
tex
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)发布于 2014-06-19 17:27:50
试一试
sudo apt-get purge texlive-*
sudo apt-get autoremove
sudo apt-get autocleanhttps://askubuntu.com/questions/485542
复制相似问题