APT Repository

This repository provides APT packages built and maintained by GOABONGA.

🚀 Configure APT Repository

1. Add GPG Key

curl -fsSL https://goabonga.com/apt/apt-repo-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/goabonga-archive-keyring.gpg

2. Add Repository to APT Sources

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

3. List packages

sudo apt update
 grep ^Package /var/lib/apt/lists/goabonga.com_apt_*_Packages | awk '{print $2}' | sort -u

Maintained with ❤️ by goabonga.