-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pip uninstall


> Uninstall Python packages.

More information.


Uninstall a package:

pip uninstall {package_name}

Uninstall packages listed in a specific file:

pip uninstall --requirement {path/to/requirements.txt}

Uninstall package without asking for confirmation:

pip uninstall --yes {package_name}


> 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 16:27:35 2024