mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-22 12:11:31 +00:00
10 lines
218 B
Markdown
10 lines
218 B
Markdown
# upstream packaging
|
|
|
|
## RPM-based system (Fedora, CentOS, SUSE, ...) quickstart
|
|
```
|
|
sudo dnf install -y git rpm-build python3-pip
|
|
pip3 install apkg
|
|
apkg build -i
|
|
```
|
|
See apkg docs: https://pkg.labs.nic.cz/pages/apkg/
|