google-breakpad from home:d1vanov:quentier-master 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_d1vanov_quentier-master_Arch_Community]
Server = https://download.opensuse.org/repositories/home:/d1vanov:/quentier-master/Arch_Community/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:d1vanov:quentier-master/Arch_Community/$(uname -m)/home_d1vanov_quentier-master_Arch_Community.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_d1vanov_quentier-master_Arch_Community/google-breakpad

Packages for Arch Community:

For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:d1vanov:quentier-master/Fedora_40/home:d1vanov:quentier-master.repo
dnf install google-breakpad
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:d1vanov:quentier-master/Fedora_39/home:d1vanov:quentier-master.repo
dnf install google-breakpad
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:d1vanov:quentier-master/Fedora_38/home:d1vanov:quentier-master.repo
dnf install google-breakpad
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:d1vanov:quentier-master/openSUSE_Tumbleweed/home:d1vanov:quentier-master.repo
zypper refresh
zypper install google-breakpad
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:d1vanov:quentier-master/openSUSE_Leap_15.5/home:d1vanov:quentier-master.repo
zypper refresh
zypper install google-breakpad
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:d1vanov:quentier-master/openSUSE_Leap_15.4/home:d1vanov:quentier-master.repo
zypper refresh
zypper install google-breakpad