Debian APT Repository

This is an automatically maintained Debian package repository. Packages are synced from upstream GitHub releases and manual uploads.

Quick Setup

Option 1: DEB822 format (recommended — Debian Bookworm / Ubuntu 22.04+)

1. Import the GPG signing key

curl -fsSL https://deb-repo.gadfly.vip/public.key | sudo gpg --dearmor -o /usr/share/keyrings/deb-repo.gpg

2. Add the repository source (.sources file)

sudo tee /etc/apt/sources.list.d/deb-repo.sources > /dev/null << EOF
Types: deb
URIs: https://deb-repo.gadfly.vip
Suites: stable
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /usr/share/keyrings/deb-repo.gpg
EOF

3. Update package lists and install

sudo apt update
sudo apt list --upgradable
Note: If no GPG key is configured, replace Signed-By: ... with Trusted: yes in step 2.

Option 2: One-line format (compatible with all versions)

1. Import the GPG signing key

curl -fsSL https://deb-repo.gadfly.vip/public.key | sudo gpg --dearmor -o /usr/share/keyrings/deb-repo.gpg

2. Add the repository source (.list file)

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/deb-repo.gpg] https://deb-repo.gadfly.vip stable main" | sudo tee /etc/apt/sources.list.d/deb-repo.list

3. Update package lists and install

sudo apt update
sudo apt list --upgradable
Note: If no GPG key is configured, use [trusted=yes] instead of [signed-by=...] in step 2.

Supported Architectures

Repository Details

Suitestable
Componentmain
URLhttps://deb-repo.gadfly.vip

Available Packages