19 lines
735 B
Plaintext
19 lines
735 B
Plaintext
Slpkg is a powerful software package manager that installs, updates
|
|
and removes packages on Slackware based systems. It automatically
|
|
computes dependencies and figures out what things should occur
|
|
to install packages. Slpkg makes it easier to maintain groups
|
|
of machines without having to manually update.
|
|
|
|
Optional dependencies:
|
|
- python2-pythondialog (for dialog box interface)
|
|
- pygraphviz (for drawing dependencies diagram)
|
|
- graph-easy (for drawing ascii dependencies diagram)
|
|
- aria2 (alternative downloader)
|
|
- httpie (alternative downloader)
|
|
|
|
|
|
NOTE: If you want to build slpkg for use with Python 3.x (needs the
|
|
optional dependency python3) pass the script PYTHON3=yes, like:
|
|
|
|
PYTHON3=yes ./slpkg.SlackBuild
|