In the accepted answer of this post, it says:
With TeX live you can (and should) normally install Biber via
tlmgr install biber
Now, when I try to it via the terminal, it tells me:
(running on Debian, switching to user mode!) TLPDB: not a directory, not loading: /home/user/texmf tlmgr: running in usermode, did you call 'tlmgr init-usertree'
What I found in this post on a related, though not exactly the same problem, is to run tlmgr init-usertree, but then I get the message
Command 'tlgmr' not found, did you mean:
command 'tlmgr' from deb texlive-base (2019.20200218-1)
Try: sudo apt install <deb name>
When I type sudo apt install tlgmr, I get the error sudo: tlgmr: command not found Any ideas on how to fix this?
tlmgrnottlgmrbut you have that installed already, install biber – David Carlisle Aug 26 '21 at 17:47