1

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?

user202729
  • 7,143

1 Answers1

1

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.

user202729
  • 7,143