Preso no estado "meio instalado" com Texlive cheio, espaço em disco insuficiente

Preso no estado "meio instalado" com Texlive cheio, espaço em disco insuficiente

Estou usando um servidor de nível gratuito da AWS com 8 GB de espaço. Tentei instalar o Texlive-full, mas fiquei sem espaço antes de a instalação ser concluída. Então tentei executar:

sudo apt-get --purge remove texlive-full

Mas recebi uma mensagem de erro:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 zathura-pdf-poppler : Depends: zathura-abi-2gtk3
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Então, em seguida, corri

sudo apt-get -f install

O resultado disso é:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  linux-aws-headers-4.4.0-1020 linux-aws-headers-4.4.0-1022 linux-aws-headers-4.4.0-1026 linux-aws-headers-4.4.0-1028
  linux-aws-headers-4.4.0-1030 linux-aws-headers-4.4.0-1031 linux-headers-4.4.0-1020-aws linux-headers-4.4.0-1022-aws
  linux-headers-4.4.0-1026-aws linux-headers-4.4.0-1028-aws linux-headers-4.4.0-1030-aws linux-headers-4.4.0-1031-aws
  linux-image-4.4.0-1020-aws linux-image-4.4.0-1022-aws linux-image-4.4.0-1026-aws linux-image-4.4.0-1028-aws linux-image-4.4.0-1030-aws
  linux-image-4.4.0-1031-aws
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed: 
  texlive-fonts-extra texlive-fonts-extra-doc texlive-games texlive-generic-extra texlive-htmlxml texlive-humanities
  texlive-humanities-doc texlive-lang-african texlive-lang-arabic texlive-lang-chinese texlive-lang-cjk texlive-lang-cyrillic
  texlive-lang-czechslovak texlive-lang-english texlive-lang-european texlive-lang-french texlive-lang-german texlive-lang-greek
  texlive-lang-indic texlive-lang-italian texlive-lang-japanese texlive-lang-korean texlive-lang-polish texlive-lang-portuguese
  texlive-lang-spanish texlive-latex-extra-doc texlive-luatex texlive-math-extra texlive-metapost-doc texlive-music texlive-omega
  texlive-plain-extra texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc zathura
Suggested packages:
  www-browser zathura-ps zathura-djvu zathura-cb
The following NEW packages will be installed:
  texlive-fonts-extra texlive-fonts-extra-doc texlive-games texlive-generic-extra texlive-htmlxml texlive-humanities
  texlive-humanities-doc texlive-lang-african texlive-lang-arabic texlive-lang-chinese texlive-lang-cjk texlive-lang-cyrillic
  texlive-lang-czechslovak texlive-lang-english texlive-lang-european texlive-lang-french texlive-lang-german texlive-lang-greek
  texlive-lang-indic texlive-lang-italian texlive-lang-japanese texlive-lang-korean texlive-lang-polish texlive-lang-portuguese
  texlive-lang-spanish texlive-latex-extra-doc texlive-luatex texlive-math-extra texlive-metapost-doc texlive-music texlive-omega
  texlive-plain-extra texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc zathura
0 upgraded, 37 newly installed, 0 to remove and 61 not upgraded.
2 not fully installed or removed.
Need to get 1,281 MB of archives.
After this operation, 2,436 MB of additional disk space will be used.
Do you want to continue? [Y/n] 

O problema neste momento é que não tenho espaço suficiente para continuar... Faltam cerca de 600 MB. Provavelmente eu poderia pagar à AWS para aumentar o espaço de armazenamento, pelo menos temporariamente, mas prefiro não fazer isso.

Tentei liberar espaço executando apt-get clean, apt-get autoclean, etc., mas não libera espaço suficiente.

Então, as coisas estão em um estado "meio instalado" e não posso avançar ou retroceder.

Alguma ideia de como resolver isso? Obrigado!

informação relacionada