blob: 96a41edee2fbd342a112614763b87bb388b3bd74 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
+++
title = "Slackware Repository"
date = 2026-04-17T00:00:00Z
+++
This is a **Slackware64-current** repository, my packages are built on and managed for slackware64-current. When I release a package that can build on the latest stable version of Slackware, I'll try to publish it to [slackbuilds.org](https://slackbuilds.org/), but if the package comes from this repository, you can assume it's for `-current` only.
## Quick Start
To add the repository to your Slackware system you'll need [slackpkg+](https://slakfinder.org/slackpkg+.html), edit `/etc/slackpkg/slackpkgplus.conf` and use **"danix"** as the repository name:
```bash
# Add repository to the PKGS_PRIORITY
PKGS_PRIORITY=( multilib danix alien restricted slackers)
# Add danix to the REPOPLUS array
REPOPLUS=( slackpkgplus restricted alien multilib slackers hyprwm danix )
# Lastly, define the "danix" MIRRORPLUS entry
MIRRORPLUS['danix']=https://packages.danix.xyz/
```
You can have my repository alongside other repos.
Now that it is configured you can simply update the list and search for my packages directly using `slackpkg`.
```bash
# update the packages signatures
slackpkg update gpg
# update the packages lists
slackpkg update
# search for a package
slackpkg search <package name>
# install a package
slackpkg install <package name>
```
## Installation
### Prerequisites
- Slackware 15.0 or later
- Root or sudo access
- wget or curl
### Steps
1. Add the repository to your slackpkg+ configuration
2. import the GPG key for my repository
3. Update your package lists
4. Install packages as needed
### Repository URL
```
https://packages.danix.xyz/
```
## Usage
### Installing a Package
```bash
slackpkg install package-name
```
### Updating Packages
```bash
slackpkg update
slackpkg upgrade
# to update all packages, including the Slackware system ones:
slackpkg upgrade-all
```
### Searching for Packages
```bash
slackpkg search keyword
```
## Available Packages
Check the repository for the latest available packages. See the GitHub SlackBuild repositories below for build information and source files.
|