Getting spkg
You can get spkg from our GitHubBasic 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 printInstalling a package
You can install a package by usingpackagegroup
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 replaceinstall
with remove
, like this: