How can I use tlmgr to install packages?
$ tlmgr install moderncv
(running on Debian, switching to user mode!)
/usr/bin/tlmgr: TLPDB::from_file could not initialize from: ftp://tug.org/historic/systems/texlive/2020/tlnet-final/tlpkg/texlive.tlpdb
/usr/bin/tlmgr: Maybe the repository setting should be changed.
/usr/bin/tlmgr: More info: https://tug.org/texlive/acquire.html
I have just installed TexLive on Ubuntu 20.04 using sudo apt install texlive.
This seems similar to tlmgr cannot setup TLPDB, but the answer does not work for me.
$ tlmgr init-usertree
tlmgr: user mode database already set up in
tlmgr: /home/christopher/texmf/tlpkg/texlive.tlpdb
tlmgr: not overwriting it.
Version looks up-to-date
$ tlmgr --version
tlmgr revision 53568 (2020-01-27 19:20:16 +0100)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2019
tlmgrto install much as tlmgr gets changed. – daleif Dec 16 '20 at 09:07Do you think that installing via apt first broke tlmgr in a way that uninstalling and installing via the installation script couldn't fix? Is there some broken directory tree or config file that I can annihilate to get this working again?
– ipsnicerous Dec 17 '20 at 22:32