Linux packaging, simplified*
Stop wrestling with RPM specs, DEBs, and PKGBUILDs.
One config, every distro, zero headaches.
We're quietly inviting a handful of projects to try Packageer early. Tell us what you're building and we'll reach out if it seems like a good match.
Installation examples of a CLI and Desktop App onboarded onto Packageer.
Add the Packageer GPG key:
curl -sS https://downloads.packageer.com/key.asc
| sudo gpg --dearmor -o /usr/share/keyrings/just-an-example.gpgAdd the Packageer repository:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/packageer-archive-keyring.gpg] https://downloads.packageer.com/linux/deb stable main"
| sudo tee /etc/apt/sources.list.d/packageer.listInstall packageer:
sudo apt update && sudo apt install packageer