Minha configuração:
> 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
Eu tentei começar do zero:
apt-get purge $(dpkg --get-selections | cut -f 1 | grep --color=never '^tex\|tex$' | paste -s -d ' ')
Mas tentando instalar coisas:
apt-get install texlive-base
ainda falha:
> dpkg --status texlive-base
Package: texlive-base
Status: install ok half-configured
Isso pode estar relacionado ao bug: link
mas a solução não resolve o problema para mim!
Despejo de apt-get install textlive-base
@ link
Despejo de dpkg --configure -a 2>&1
@ link
Despejo de dpkg-query --status texlive-base
@ link
Despejo de /etc/libpaper.d/texlive-base
@ link
Tags apt package-management latex