如何在 ubuntu 12.04 上删除 texlive 2009

use*_*996 5 uninstall texlive

我不小心在我的系统中安装了 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.
Run Code Online (Sandbox Code Playgroud)

但如果tex在终端输入...

tex 
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
Run Code Online (Sandbox Code Playgroud)

Odi*_*nRW 4

尝试

sudo apt-get purge texlive-*
sudo apt-get autoremove
sudo apt-get autoclean
Run Code Online (Sandbox Code Playgroud)