I am getting an error when using tlmgr to update or install latex packages. For example, the command tlmgr update -all in the terminal yields the following response:
(running on Debian, switching to user mode!)
cannot setup TLPDB in home/USER/texmf at /usr/bin/tlmgr line 5308.
tlmgr update --self --all --reinstall-forcibly-removed? – Werner Jan 07 '14 at 22:57I installed TL according to this post - http://stackoverflow.com/questions/1017055/get-started-with-latex-on-linux. Yes, I am using a regular user mode, not root or sudo. When I tried "ls -l /home/USER/texmf," it gave "ls: cannot access /home/USER/texmf: No such file or directory"
– user43760 Jan 07 '14 at 23:09which tlmgrupdate --self --all --reinstall-forcibly-removed. However, it gave the same message as above (cannot setup TLPDB). – user43760 Jan 08 '14 at 02:30