summaryrefslogtreecommitdiffstats
path: root/content/en/repository/index.md
blob: cbab271c483915bdf1a467922549a2d58bea5ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
+++
title = "Slackware Repository"
date = 2026-04-17T00:00:00Z
draft = true
+++

## 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.