Slackware Repository
Download and install my curated Slackware packages
Quick Start
Add the repository to your Slackware system:
# Add repository configuration (example command)
wget -O - https://danix.xyz/packages/slackware.asc | gpg --import
echo "deb https://danix.xyz/packages/slackware/ stable main" >> /etc/apt/sources.list.d/danix.list
apt-get update
Installation
Prerequisites
- Slackware 15.0 or later
- Root or sudo access
- wget or curl
Steps
- Download and import the repository GPG key
- Add the repository to your package manager configuration
- Update your package lists
- Install packages as needed
Repository URL
https://danix.xyz/packages/slackware/
Usage
Installing a Package
apt-get install package-name
Updating Packages
apt-get update
apt-get upgrade
Searching for Packages
apt-cache search keyword
Available Packages
Check the repository for the latest available packages. See the GitHub SlackBuild repositories below for build information and source files.
GitHub SlackBuild Repositories
slackbuild-example-1
SlackBuild scripts for Example Package 1. Build system and tools for Slackware package management.
Slackware
Build System
Visit GitHub →
slackbuild-example-2
SlackBuild scripts for Example Package 2. A comprehensive package with full documentation and support.
Slackware
Package
Visit GitHub →
slackbuild-example-3
SlackBuild scripts for Example Package 3. Utility package for system administration and configuration.
Slackware
Utilities
Visit GitHub →