Slackware Package Tools Automation
Overview Configuration Examples Download About
slacker is a command-line tool that automates various system maintenance tasks on Slackware Linux. It classifies packages available from remote repositories (such as slackware/, extra/ and testing/ of Slackware Linux) and performs actions depending on this classification.
For a complete list of command line options, run slacker --help.
Other scripts included in the package are:
| whichpkg | Find packages by contents |
| slaksync | Maintain local mirror of Slackware packages |
| kernel-get | Uses rsync to download kernel sources from kernel.org |
| pkgsource | Generates MANIFEST.bz2 and CHECKSUMS.md5 files |
| pkgreport | slacker backend producing the package classification |
| pkgcache | slacker backend managing package files |
Config files are stored in /etc/slacker/. There is basically a single sources file containing a list of package repositories. It's a very simple two-column format with a name in the first column and a URL in the second. Example:
s rsync://rsync.slackware.at/slackware/slackware-current/slackware e rsync://rsync.slackware.at/slackware/slackware-current/extra t rsync://rsync.slackware.at/slackware/slackware-current/testing |
The three original Slackware repositories are named s,e,t after their respective directories slackware/, extra/ and testing/. In this example, packages will be downloaded from the Austrian Slackware Mirror using rsync. ftp and http URLs are also possible. If you maintain a local copy of Slackware (e.g. using slaksync, included in this package), you can also specify local directory paths. Note that the specified directory must contain the index files MANIFEST.bz2 and CHECKSUMS.md5.
The other configuration file is packages which comes empty after installation and will be initialized and maintained by slacker automatically. It contains again two columns per line with a package name in the first column and a preferred package source (left column in sources file) in the second column. Data in this file makes the difference between U and A classification (see above).
# slacker -uUM |
| Update package lists (U), find upgrade candidates (u), present package dialog (M) |
# slacker -U |
| Update package lists (U) and exit |
# slacker -C |
| Cleanup package cache directory |
# slacker -cM s:n/ |
| Present package dialog with not-installed packages from slackware/ network diskset |
# slacker -aM t: |
| Present package dialog with alternative packages from testing/ |
# slacker -cD --install s:y/ |
| Download (D) and install (--install) all candidates (c) from games diskset (y/) |
# slacker --remove s:y/ |
| Remove all packages from games diskset (y/) |
# slacker -I xmms/ |
| Show xmms package description (use -IDC if xmms is not installed) |
Latest:
slacker-060606-noarch-posch.tgz
Older Versions:
slacker-051212-noarch-posch.tgz
There's also a really old slacker version: slacker-03.06.12-i386-1.tgz
The software is provided as is without any warranty. Comments, feedback and donations are welcome: tp at fonz.de
Slackware is a registered trademark of Slackware Linux, Inc.
RCS Version of this page: $Id: index.html,v 1.15 2006/06/07 12:58:27 tp Exp $