• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

slapt-src: command not found

by Deepika

slapt-src is a command-line tool that helps automate the building and installation of SlackBuilds in Slackware Linux. SlackBuilds are scripts that automate the process of building a package from source code. While they are powerful tools, SlackBuilds can be time-consuming to set up and maintain, especially when working with many packages or dependencies.

slapt-src automates this process by fetching the source code, configuring the build, and building the package. It is similar to slapt-get, which manages pre-built binary packages, but slapt-src works with source packages instead. By using slapt-src, Slackware users can easily install, update, and manage software packages that are not included in the official repositories.

To use slapt-src, you need to configure the sources in the slapt-srcrc configuration file. This file contains information about the sources, including the URLs of the source repositories, the versions of the source code, and the build options. You can edit the slapt-srcrc file using a text editor like nano or vi.

slapt-src Command Examples

1. Update the list of available slackbuilds and versions:

# slapt-src --update

2. List all available slackbuilds:

# slapt-src --list

3. Fetch, build and install the specified slackbuild(s):

# slapt-src --install {{slackbuild_name}}

4. Locate slackbuilds by their name or description:

# slapt-src --search {{search_term}}

5. Display information about a slackbuild:

# slapt-src --show {{slackbuild_name}}

Summary

In summary, slapt-src is a powerful tool that can automate the process of building and installing SlackBuild packages in Slackware Linux. By using slapt-src, Slackware users can easily manage software packages that are not available in the official repositories, without having to manually configure and build each package themselves.

Filed Under: Linux

Some more articles you might also be interested in …

  1. quotacheck Command Examples in Linux
  2. synopkg Command Examples in Linux
  3. How to disable auto deletion of the files in /tmp and /var/tmp directories in CentOS / RHEL 5,6
  4. qtchooser: command not found
  5. in-toto-run Command Examples
  6. dircolors: Output commands to set the LS_COLOR environment variable and style ls, dir, etc
  7. “git am” Command Examples
  8. LVM VG Metadata Corruption with ‘Checksum error’
  9. CentOS / RHEL 7 : How to configure kdump
  10. dstat Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright