The question How to print the list of packages installed on TeX Live to a file? asks how to list all tlmgr installed packages.
How can I list the packages installed in usermode, i.e. with tlmgr install --usermode ⟨package⟩ instead?
The question How to print the list of packages installed on TeX Live to a file? asks how to list all tlmgr installed packages.
How can I list the packages installed in usermode, i.e. with tlmgr install --usermode ⟨package⟩ instead?
Actually the answer is very straightforward:
tlmgr list --only-installed --usermode
I have no idea why I didn't try to do that last year.