mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7c74907c8f
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
18 lines
735 B
Text
18 lines
735 B
Text
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
|