LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tlmgr-remove

Uninstall TeX Live packages

TLDR

Remove package
$ tlmgr remove [package]
copy
Remove multiple packages
$ tlmgr remove [package1] [package2]
copy
Force removal
$ tlmgr remove --force [package]
copy
Dry run
$ tlmgr remove --dry-run [package]
copy

SYNOPSIS

tlmgr remove [options] package...

DESCRIPTION

tlmgr remove uninstalls TeX Live packages, collections, or schemes. By default it prevents removal of packages required by other installed components, ensuring the integrity of the TeX Live installation, unless overridden with `--force`. When TeX Live is installed system-wide, root privileges are required.

PARAMETERS

--force

Force removal even if other packages depend on it.
--dry-run
Show what would be removed.
--no-depends
Don't remove dependencies.
--no-depends-at-all
Even more aggressive: do not check for and remove dependent packages even from the same collection.

SEE ALSO

Copied to clipboard
Kai