Как удалить texlive 2009 на Ubuntu 12.04

Я случайно установил 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)

1 ответ

Решение

Пытаться

sudo apt-get purge texlive-*
sudo apt-get autoremove
sudo apt-get autoclean
Другие вопросы по тегам