diff options
Diffstat (limited to 'content/en/repository/_index.md')
| -rw-r--r-- | content/en/repository/_index.md | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/content/en/repository/_index.md b/content/en/repository/_index.md deleted file mode 100644 index 39874eb..0000000 --- a/content/en/repository/_index.md +++ /dev/null @@ -1,63 +0,0 @@ -+++ -title = "Slackware Repository" -date = 2026-04-17T00:00:00Z -draft = false -type = "repository" -+++ - -## Quick Start - -Add the repository to your Slackware system: - -```bash -# 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 - -1. Download and import the repository GPG key -2. Add the repository to your package manager configuration -3. Update your package lists -4. Install packages as needed - -### Repository URL - -``` -https://danix.xyz/packages/slackware/ -``` - -## Usage - -### Installing a Package - -```bash -apt-get install package-name -``` - -### Updating Packages - -```bash -apt-get update -apt-get upgrade -``` - -### Searching for Packages - -```bash -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. |
