-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

tlmgr remove


> Uninstall TeX Live packages.

> By default, removed packages will be backed up to `./tlpkg/backups` under the TL installation directory.

More information.


Uninstall a TeX Live package:

sudo tlmgr remove {package}

Simulate uninstalling a package without making any changes:

tlmgr remove --dry-run {package}

Uninstall a package without its dependencies:

sudo tlmgr remove --no-depends {package}

Uninstall a package and back it up to a specific directory:

sudo tlmgr remove --backupdir {path/to/directory} {package}

Uninstall all of TeX Live, asking for confirmation:

sudo tlmgr remove --all


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 13:36:18 2024