LinuxCommandLibrary

slapt-src

A utility to automate building of slackbuilds.

TLDR

Update the list of available slackbuilds and versions

$ slapt-src --update
copy


List all available slackbuilds
$ slapt-src --list
copy


Fetch, build and install the specified slackbuild(s)
$ slapt-src --install [slackbuild_name]
copy


Locate slackbuilds by their name or description
$ slapt-src --search [search_term]
copy


Display information about a slackbuild
$ slapt-src --show [slackbuild_name]
copy

Copied to clipboard