Depending of your distribution, thoses two commandes line will populate the sources, and add the GnuPG key to your system (It's also possible to use stable/testing/oldstable/oldoldstable names):
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ bullseye main" | sudo tee /etc/apt/sources.list.d/azlux.list sudo wget -O /usr/share/keyrings/azlux-archive-keyring.gpg https://azlux.fr/repo.gpg
The key fingerprint is : 98B8 24A5 FA7D 3A10 FDB2 25B7 CA54 8A0A 0312 D8E6 (gpg --show-keys --with-fingerprint /usr/share/keyrings/azlux-archive-keyring.gpg)
The repository is also available in https, but you need the packages apt-transport-https
to use it.Beta packages are into testing (or sid) branch. The source will, in that case, be:
"deb http://packages.azlux.fr/debian/ testing main"Don't forget to use the command:
apt update
, and you are now able to use this repo.
Current packages in this repo and download statistics over 30 days :
Debian packages :
Scripts used to update packages :
Feel free to contact me if you want me to add your project