This is the official APT package repository for selected Debian/Ubuntu packages maintained by komed3. It provides signed .deb packages for easy installation and updates via apt.
Packages are served via HTTP and can be added to any APT-compatible system (Debian or Ubuntu) using the instructions below.
All packages are signed using a dedicated GPG key:
- Key ID:
0x917D04101CDC3CEE - Fingerprint:
044D 5C0B 1112 3691 2D40 5133 917D 0410 1CDC 3CEE - Public Key: komed3-repo.gpg.key
To import the key:
curl -fsSL https://deb.komed3.de/komed3-repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/komed3.gpgThis repository contains the release and metadata files for the APT distribution:
├── dists/
│ └── stable/
│ └── main/
│ └── binary-amd64/
│ ├── Packages.gz
│ ├── Release
│ └── InRelease
├── pool/
│ └── main/
│ └── ...
└── komed3-repo.gpg.key
To use the repository on your system:
(1) Add GPG key and APT source:
echo "deb [signed-by=/usr/share/keyrings/komed3.gpg arch=amd64] https://deb.komed3.de stable main" \
| sudo tee /etc/apt/sources.list.d/komed3.list(2) Update and install any available package:
sudo apt update
sudo apt install <package-name>This repository is updated via the build-repo.sh script, which:
- Adds new
.debfiles to thepool/ - Generates
Packages.gz,Release, andInRelease - Signs metadata with GPG
- Commits and pushes changes to GitHub
This metadata repository contains no software, only packaging and signatures. License of hosted packages is defined per-package in debian/copyright.
This repository is maintained by Paul Köhler (komed3).
Mail: [email protected]
GitHub: github.com/komed3
X: @komed3dev