7

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?

2 Answers2

6

To remove Tex Live, type the following in a console:

sudo apt-get remove texlive
LnxSlck
  • 12,456
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,266