Depending of your distribution, thoses two commandes line will populate the sources, and add the GnuPG key to your system, only "stable" or "testing" are allowed names, "stable" target the last stable debian version (for libs dependencies):
echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ stable 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 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