I want to update my TeX Live 2009 to 2012. I want a fresh install and would like to remove TeX Live 2009 on my ubuntu. How should I remove TeX Live using my terminal?
Asked
Active
Viewed 1.1k times
2 Answers
1
For me, LnxSlck's solution seemed somehow insufficient. I then did a apt-get purge texlive-base
(though not sure if I should have) and then apt-get autoclean
and then I was totally texlive free.

arsaKasra
- 3,126
- 2
- 19
- 16
sudo apt-cache search tex*
then show us the resulting packages – LnxSlck Oct 02 '12 at 23:30