Packaging tool that interacts with the SBo repository
Project description
About
Slpkg is a software package manager that installs, updates and removes packages on Slackware -based systems. It automatically calculates dependencies and figures out what things need to happen to install packages. Slpkg makes it easier to manage groups of machines without the need for manual updates.
Slpkg works in accordance with the standards of the SlackBuilds.org organization to build packages. It also uses the Slackware Linux instructions for installing, upgrading or removing packages.
Requirements
SQLAlchemy>=1.4.36
Install
Install from the official third-party SBo repository or directly from source:
$ tar xvf slpkg-4.1.0.tar.gz
$ cd slpkg-4.1.0
$ ./install.sh
Usage
$ slpkg --help
Usage: slpkg [OPTIONS] <packages>
Packaging tool that interacts with the SBo repository.
Options:
update Update the package lists.
build Build only the packages.
install Build and install the packages.
remove Remove installed packages.
search Search packages by name.
clean-logs Purge logs of dependencies.
--yes Answer Yes to all questions.
--jobs Set it for multicore systems.
--resolve-off Turns off dependency resolving.
--reinstall Use this option if you want to upgrade.
-h, --help Show this message and exit.
-v, --version Print version and exit.
Configuration files
/etc/slpkg/slpkg.json
General configuration of slpkg
/etc/slpkg/blacklist.json
Blacklist of packages
Donate
If you feel satisfied with this project and want to thanks me make a donation.
Copyright
Copyright 2014-2022 © Dimitris Zlatanidis.
Slackware® is a Registered Trademark of Patrick Volkerding.
Linux is a Registered Trademark of Linus Torvalds.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.