deactivate
Deactivate installed packages.
Usage
foton deactivate [OPTIONS] <PACKAGE>...
Arguments
<PACKAGE>
Package names, optionally with an exact version as <package-name>@<version>.
Global options
--exit-on-lock
Exit immediately if the package database is locked by another operation.
--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 deactivate <package-name>
foton deactivate <package-name>@<version>
foton deactivate <package-name-1> <package-name-2>
Notes
deactivateoperates on packages recorded in the local package database and does not access package registries.- Use
repairwhen a package command such asinstalloractivatedoes not complete cleanly and leaves packages in incomplete states.