Skip to main content

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 --installed

Alias#

The word upgrade can be used as an alternative to update.

Example:

novus upgrade brave

Flags#

portable#

Updates a portable version of the package if it exists.

Alias: -p

Example

novus update atom --portable

no-color#

Turns off colored output while updating.

Alias: -nc

Example

novus update brave --no-color

no-progress#

Disables progress bar while updating.

Alias: -np

Example

novus update brave --no-progress

multithreaded#

Enables multithreaded download for faster downloads.

Alias: -m

Example

novus update brave --multithreaded