Skip to content

fext uninstall

Removes the specified packages.

Usage

sh
fext u <packages> [options]
fext uninstall <packages> [options]

Details

The command searches for the meta-directory of packages in the user's site-packages directory. If found, it deletes all associated directories (.data, .dist-info), as well as the package itself. Currently, the RECORD file is not used and there are no plans for its future usage.

Options

DefinitionDescription
-d, --dependenciesEnable recursive removal of dependencies

Examples

Remove packages:

sh
fext u requests # remove only package
fext u requests aiohttp # multiple packages
fext u requests aiohttp -d # also remove their dependencies

The project is still in development and does not have a stable version.