
저는 8GB의 공간이 있는 AWS 프리 티어 서버를 사용하고 있습니다. Texlive-full 설치를 시도했지만 설치가 완료되기 전에 공간이 부족했습니다. 그런 다음 실행을 시도했습니다.
sudo apt-get --purge remove texlive-full
하지만 다음과 같은 오류 메시지를 받았습니다.
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).
그래서 다음으로 달렸어요
sudo apt-get -f install
결과는 다음과 같습니다.
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]
이 시점의 문제는 계속할 공간이 부족하다는 것입니다. 약 600MB가 부족합니다. 적어도 일시적으로 저장 공간을 확장하기 위해 AWS에 비용을 지불할 수도 있지만 그렇게 하고 싶지는 않습니다.
apt-get clean, apt-get autoclean 등을 실행하여 공간을 확보하려고 시도했지만 충분한 공간이 확보되지 않습니다.
그래서, 모든 것이 "반쯤 설치된" 상태에 있으며 앞으로 또는 뒤로 이동할 수 없습니다.
이 문제를 해결하는 방법에 대한 아이디어가 있습니까? 감사합니다!