I am having problems installing tex/latex/texlive packages on 12.04.
My setup:
> cat /etc/issue; uname -a
Ubuntu 12.04.1 LTS \n \l
Linux ubuntu 3.2.0-33-generic-pae #52-Ubuntu SMP Thu Oct 18 16:39:21 UTC 2012 i686 i686 i386 GNU/Linux
I tried starting from scratch:
apt-get purge $(dpkg --get-selections | cut -f 1 | grep --color=never '^tex\|tex$' | paste -s -d ' ')
But trying to install things:
apt-get install texlive-base
still fails:
> dpkg --status texlive-base
Package: texlive-base
Status: install ok half-configured
This might be related to bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648278
but the solution there does not fix the issue for me!
Dump of apt-get install textlive-base @ http://paste.ubuntu.com/1400458/
Dump of dpkg --configure -a 2>&1 @ http://paste.ubuntu.com/1400609/
Dump of dpkg-query --status texlive-base @ http://paste.ubuntu.com/1400638/
Dump of /etc/libpaper.d/texlive-base @ http://paste.ubuntu.com/1400645/
apt-get install texlive-base– tumbleweed Nov 30 '12 at 13:35texlive-base's postinst script is failing. I suggest putting a set -x near the top of/var/lib/dpkg/info/texlive-base.postinstand runningdpkg --configure -a. Maybe that'll help show what the problem is. – tumbleweed Nov 30 '12 at 20:59