Hubuntu Package Manager (`hnt`) Documentation

Install a package

Use the following command to install a package from Hubuntu:

sudo hnt install <package>

Remove a package

Remove an installed package:

sudo hnt rm <package>

Update package list

Fetch the latest package list from the Hubuntu repository:

sudo hnt update

Search for packages

Find a package in the repository:

sudo hnt search <package>

List installed Hubuntu packages

See all packages installed via `hnt`:

sudo hnt list