
tlmgr-remove
List of commands for tlmgr-remove:
-
tlmgr-remove:tldr:15bfb tlmgr-remove: Uninstall a package and back it up to a specific directory.$ sudo tlmgr remove --backupdir ${path-to-directory} ${package}try on your machineexplain this command
-
tlmgr-remove:tldr:198b8 tlmgr-remove: Simulate uninstalling a package without making any changes.$ tlmgr remove --dry-run ${package}try on your machineexplain this command
-
tlmgr-remove:tldr:2184b tlmgr-remove: Uninstall a TeX Live package.$ sudo tlmgr remove ${package}try on your machineexplain this command
-
tlmgr-remove:tldr:c2291 tlmgr-remove: Uninstall a package without its dependencies.$ sudo tlmgr remove --no-depends ${package}try on your machineexplain this command
-
tlmgr-remove:tldr:d0484 tlmgr-remove: Uninstall all of TeX Live, asking for confirmation.$ sudo tlmgr remove --alltry on your machineexplain this command