pkg.ug.gg — package repository

mini's self-hosted packages for Debian and Arch Linux.

Debian · trixie (13)

One-time setup, as root:

sudo install -d /etc/apt/keyrings
sudo curl -fsSL https://pkg.ug.gg/debian.asc -o /etc/apt/keyrings/ug.gg.asc
sudo tee /etc/apt/sources.list.d/ug.gg.sources >/dev/null <<'EOF'
Types: deb
URIs: https://pkg.ug.gg/debian
Suites: trixie
Components: main
Architectures: amd64 arm64
Signed-By: /etc/apt/keyrings/ug.gg.asc
EOF
sudo apt update

Then install packages as usual:

sudo apt install estate-agent

Arch Linux · x86_64

Trust the signing key, then add the repo — as root:

curl -fsSL https://pkg.ug.gg/debian.asc -o /tmp/pkg-ug-gg.asc
pacman-key --add /tmp/pkg-ug-gg.asc
pacman-key --lsign-key 67C963BEE77CD74E81E0B6FBF3F2AB41BC41A876

Add the repo to /etc/pacman.conf:

[pkg-ug-gg]
Server = https://pkg.ug.gg/arch/$arch

Then install:

pacman -Sy estate-agent

Same signing key as the Debian repo. Per Arch convention the units aren't auto-enabled — start reporting with systemctl enable --now estate-agent.timer.

Packages

Signing key

Every release is signed with this key. Verify the fingerprint after importing:

67C9 63BE E77C D74E 81E0  B6FB F3F2 AB41 BC41 A876

mini's debian packaging <mini@ug.gg>

Public key: /debian.asc · Browse the archive: /debian/