Uninstall
Uninstalls a package or a list of packages.
#
UsageUninstall packages easily using novus with just a single command.
You can find the list of installed packages by running
novus list --installed
#
AliasThe letter u can be used as an alternative shortcut to uninstall.
Example:
novus u brave
#
Flags#
portableUninstalls a portable version of the package if it exists.
Alias: -p
Example
novus uninstall atom --portable
#
no-colorTurns off colored output during uninstallation.
Alias: -nc
Example
novus uninstall brave --no-color