Forrest logo
tool overview
On this page you find all important commands for the CLI tool slapt-src. If the command you are looking for is missing please ask our AI.

slapt-src

Slapt-src is a command line tool for Slackware Linux distribution that facilitates package management and building from source code. It is a part of the slapt-get package manager, which primarily focuses on binary package management. However, slapt-src extends its functionality to include building packages from source code.

One of the key features of slapt-src is its ability to fetch source code packages, resolve dependencies, and automatically compile and install them. It provides a simple and efficient way to manage software that may not be available in binary form in the Slackware repositories.

Slapt-src utilizes a configuration file to define repositories from which source packages can be obtained. It also supports multiple repository configurations, allowing users to switch between different sources as needed.

With slapt-src, users can easily update, upgrade, and remove source-based packages using familiar package management commands. The tool handles dependency resolution effectively, ensuring that all required libraries and components are available for successful compilation and installation.

Slapt-src supports various command line options and options to enhance users' control over the compilation process. It also offers features such as package caching, which saves downloaded source packages for later use.

Overall, slapt-src enhances the flexibility and usability of Slackware Linux by enabling users to build packages from source code and manage them effortlessly using powerful command line capabilities.

List of commands for slapt-src:

  • slapt-src:tldr:26f45 slapt-src: Fetch, build and install the specified slackbuild(s).
    $ slapt-src --install ${slackbuild_name}
    try on your machine
    explain this command
  • slapt-src:tldr:826d5 slapt-src: List all available slackbuilds.
    $ slapt-src --list
    try on your machine
    explain this command
  • slapt-src:tldr:99a46 slapt-src: Update the list of available slackbuilds and versions.
    $ slapt-src --update
    try on your machine
    explain this command
  • slapt-src:tldr:9cfc0 slapt-src: Locate slackbuilds by their name or description.
    $ slapt-src --search ${search_term}
    try on your machine
    explain this command
  • slapt-src:tldr:bd04c slapt-src: Display information about a slackbuild.
    $ slapt-src --show ${slackbuild_name}
    try on your machine
    explain this command
tool overview