auale from home:joansala project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_joansala_Arch]
Server = https://download.opensuse.org/repositories/home:/joansala/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:joansala/Arch/$(uname -m)/home_joansala_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_joansala_Arch/auale
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/joansala/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:joansala.list
curl -fsSL https://download.opensuse.org/repositories/home:joansala/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_joansala.gpg > /dev/null
sudo apt update
sudo apt install auale

Packages for Debian 10:

For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:joansala/Mageia_7/home:joansala.repo
dnf install auale
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:joansala/openSUSE_Tumbleweed/home:joansala.repo
zypper refresh
zypper install auale
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/joansala/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:joansala.list
curl -fsSL https://download.opensuse.org/repositories/home:joansala/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_joansala.gpg > /dev/null
sudo apt update
sudo apt install auale

Packages for Raspbian 10:

For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/joansala/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:joansala.list
curl -fsSL https://download.opensuse.org/repositories/home:joansala/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_joansala.gpg > /dev/null
sudo apt update
sudo apt install auale

Packages for xUbuntu 20.04: