Update
Updates a package or a list of packages to their latest versions.
Usage#
Updates packages easily using novus with just a single command.
You can find the list of packages installed by running
novus list --installedAlias#
The word upgrade can be used as an alternative to update.
Example:
novus upgrade braveFlags#
portable#
Updates a portable version of the package if it exists.
Alias: -p
Example
novus update atom --portableno-color#
Turns off colored output while updating.
Alias: -nc
Example
novus update brave --no-colorno-progress#
Disables progress bar while updating.
Alias: -np
Example
novus update brave --no-progressmultithreaded#
Enables multithreaded download for faster downloads.
Alias: -m
Example
novus update brave --multithreaded