Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

uninstall

Uninstall packages recorded in the local package database.

Usage

foton uninstall [OPTIONS] <PACKAGE>...

Arguments

<PACKAGE>

Package names, optionally with an exact version as <package-name>@<version>.

Options

--no-confirm

Skip interactive confirmation prompts.

--warnings-as-errors

Treat warnings as errors, causing the command to fail if any warning is emitted.

Examples

foton uninstall <package-name>
foton uninstall <package-name-1> <package-name-2>

Notes

  • If the selected package is already absent, foton reports that there is nothing to do.
  • If an uninstall does not complete cleanly, use repair to clean up any packages it leaves behind.
  • uninstall operates on packages recorded in the local package database and does not access package registries.