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,
fotonreports that there is nothing to do. - If an uninstall does not complete cleanly, use
repairto clean up any packages it leaves behind. uninstalloperates on packages recorded in the local package database and does not access package registries.