[tex-live] Texlive2009 uninstall
Matteo Montalto
foo-lish at email.it
Wed Apr 28 11:01:15 CEST 2010
Manuel Pégourié-Gonnard ha detto: in data 28/04/2010 00:14:
> Le 27/04/2010 23:26, Matteo Montalto a écrit :
> You can used a dummy deb package as described here:
>
> http://www.tug.org/texlive/debian.html#vanilla
Sounds interesting... :)
> Alternatively, just let synaptic install whatever dependencies he wants
> to, if your TL09 comes first in your PATH, it will still be used.
That's probably the easiest solution. I hope I understood it well; after
the script installation I added manually the following entries to
/etc/profile (system-wide):
if [ -d "/usr/local/texlive/2009/bin/i386-linux" ] ; then
PATH="/usr/local/texlive/2009/bin/i386-linux:$PATH"
fi
if [ -d "/usr/local/texlive/2009/texmf/doc/man" ] ; then
MANPATH="/usr/local/texlive/2009/texmf/doc/man:$MANPATH"
fi
In order to apply this solution, I'd simply check, after dependencies
installation, that these rows are processed BEFORE the corresponding
tl07 ones? Is this sufficient?
Thanks again and forgive the noobyness ;)
More information about the tex-live
mailing list