*** Welcome to piglix ***

Slapt-get

Slapt-get
Developer(s) Jason Woodward
Initial release 2003; 14 years ago (2003)
Stable release
0.10.2r / July 5, 2014; 2 years ago (2014-07-05)
Written in C
Operating system Linux
Platform Linux
Type Package management system
License GNU General Public License
Website software.jaos.org
Gslapt
Gslapt 180px.png
A screenshot of Gslapt
Developer(s) Jason Woodward
Initial release 2005
Stable release
0.5.4a / June 23, 2014; 2 years ago (2014-06-23)
Operating system Slackware and derivatives
Platform Linux
Type Automation
License GNU General Public License
Website software.jaos.org#slapt-get

slapt-get is an APT-like package management system for Slackware. Slapt-get tries to emulate the features of Debian's (apt-get) as closely as possible.

Released under the terms of the GNU General Public License, slapt-get is free software.

slapt-get builds functionality on top of the native Slackware package tools (installpkg, upgradepkg and removepkg) enabling package query, remote fetching, system updates, integrated changelog information, and many optional advanced features such as dependency resolution, package conflicts, suggestions, checksum and public key verification, and transfer resumption.

slapt-get uses the libcurl cURL library for transport. libcurl provides support for ftp, ftps, http, https, file:// and other resource types along with transfer resume for incomplete downloads. slapt-get also uses the GNU Privacy Guard library to validate signatures.

slapt-get provides a simple configuration file format that includes an exclusion mechanism for use with the system upgrade option as well as declarations for all desired package sources. Each package source can optionally be tagged with a specific priority in order to override the package version comparison and honor upstream software downgrades as might be the case when Slackware reverts to a previous version of a package.

slapt-get does not provide dependency resolution for packages included within the Slackware distribution. It does, however, provide a framework for dependency resolution in Slackware compatible packages similar in fashion to the hand-tuned method APT utilizes. Several package sources and Slackware based distributions take advantage of this functionality. Hard, soft, and conditional dependencies along with package conflicts and complementary package suggestions can be expressed using the slapt-get framework.


...
Wikipedia

...