I'm trying to install texlive-full on Ubuntu 18.04.3 LTS with this command:
apt install texlive-fullAll required packages are downloaded. When it starts to setup the packages, it starts the kpsewhich program in the background and waits for it to finish. But it never exits and it uses 100% CPU. I left my computer turned on for a whole night and it was still running in the morning. If I kill the kpsewhich process, then it gets started again. If I kill it about 3 more times then apt shows this:
Terminated
Terminated
Can't use string ("2") as an ARRAY ref while "strict refs" in use at /usr/bin/tl-paper line 112.
Terminated
Terminated
Can't use string ("2") as an ARRAY ref while "strict refs" in use at /usr/bin/tl-paper line 112.
dpkg: error processing package texlive-base (--configure):If I retry the same apt command, then it does exactly the same again. The full command line that takes forever is this:
kpsewhich --progname=pdftex --format=tex pdftexconfig.texHow can I install texlive?
UPDATE
Output of apt-cache policy texlive-full texlive-binaries:
texlive-full: Telepítve: 2017.20180305-1 Jelölt: 2017.20180305-1 Verziótáblázat: *** 2017.20180305-1 500 500 bionic/universe amd64 Packages 500 bionic/universe i386 Packages 100 /var/lib/dpkg/status
texlive-binaries: Telepítve: 2017.20170613.44572-8ubuntu0.1 Jelölt: 2017.20170613.44572-8ubuntu0.1 Verziótáblázat: *** 2017.20170613.44572-8ubuntu0.1 500 500 bionic-updates/main amd64 Packages 500 bionic-security/main amd64 Packages 100 /var/lib/dpkg/status 2017.20170613.44572-8build1 500 500 bionic/main amd64 PackagesOutput of kpsewhich --version:
kpathsea version 6.2.3
Copyright 2017 Karl Berry & Olaf Weber.
License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.Output of which kpsewhich:
/usr/bin/kpsewhichUPDATE 2
Rebooted my computer, and tried to update all packages and install again. Now it succeeded. I'm not sure what happened. I guess I'll never find out.
3 Reset to default