commands.sh

slapt-src

linux

A utility to automate building of slackbuilds. SlackBuild sources need to be configured in the slapt-srcrc file.

More info →

Options (5)

-u, --updateboolean

Update the list of available slackbuilds and versions

Example: slapt-src {{[-u|--update]}}
-l, --listboolean

List all available slackbuilds

Example: slapt-src {{[-l|--list]}}
-i, --installboolean

Fetch, build, and install the specified slackbuild(s)

Example: slapt-src {{[-i|--install]}} {{slackbuild_name}}
-s, --searchboolean

Locate slackbuilds by their name or description

Example: slapt-src {{[-s|--search]}} {{search_term}}
-w, --showboolean

Display information about a slackbuild

Example: slapt-src {{[-w|--show]}} {{slackbuild_name}}

Examples (5)

Update the list of available slackbuilds and versions

slapt-src [-u|--update]

List all available slackbuilds

slapt-src [-l|--list]

Fetch, build, and install the specified slackbuild(s)

slapt-src [-i|--install] slackbuild_name

Locate slackbuilds by their name or description

slapt-src [-s|--search] search_term

Display information about a slackbuild

slapt-src [-w|--show] slackbuild_name
made by @shridhargupta | data from tldr-pages