Install
Installs a package or a list of packages.
Usage#
Install packages easily using novus with just a single command.
You can find the list of packages by running
novus listAlias#
The letter i can be used as an alternative shortcut to install.
Example:
novus i braveVersioning#
Novus allows you to install a specific version of any package.
This is made extremely easy by suffixing the package name with @<version>
Example
novus i brave@1.25.66Flags#
portable#
Installs a portable version of the package if it exists.
Alias: -p
Example
novus install atom --portableno-color#
Turns off colored output during installation.
Alias: -nc
Example
novus install brave --no-colorno-progress#
Disables progress bar during installation.
Alias: -np
Example
novus install brave --no-progressmultithreaded#
Enables multithreaded download for faster installation.
Alias: -m
Example
novus install brave --multithreaded