Skip to main content

Getting spkg

You can get spkg from our GitHub

Basic usage

Using spkg is relatively simple, you call the command and add the arguments, like this:
You also can use spkg’s built-in help using spkg help

Help

This is the help dialog that spkg will print

Installing a package

You can install a package by using
packagegroup is optional, if there should be multiple packages with the same name, please use packagegroup Replace <packagename> with the package you want to install e.g. htop, libbismuth-git or python3.12.

Uninstalling a package

Uninstalling a package is very similar to installing a package, just run the same command you used to install the package, but replace install with remove, like this:
Package groups apply to removing packages too.