hw-probe from home:linuxbuild 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_linuxbuild_Arch_Community]
Server = https://download.opensuse.org/repositories/home:/linuxbuild/Arch_Community/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:linuxbuild/Arch_Community/$(uname -m)/home_linuxbuild_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_linuxbuild_Arch_Community/hw-probe

Packages for Arch Community:

For Debian 9 0 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:/linuxbuild/Debian_9_0/ /' | sudo tee /etc/apt/sources.list.d/home:linuxbuild.list
curl -fsSL https://download.opensuse.org/repositories/home:linuxbuild/Debian_9_0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_linuxbuild.gpg > /dev/null
sudo apt update
sudo apt install hw-probe
For Debian 8 0 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:/linuxbuild/Debian_8_0/ /' | sudo tee /etc/apt/sources.list.d/home:linuxbuild.list
curl -fsSL https://download.opensuse.org/repositories/home:linuxbuild/Debian_8_0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_linuxbuild.gpg > /dev/null
sudo apt update
sudo apt install hw-probe

Packages for Debian 9 0:

Packages for Debian 8 0:

For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:linuxbuild/Mageia_8/home:linuxbuild.repo
dnf install hw-probe
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:linuxbuild/Mageia_7/home:linuxbuild.repo
dnf install hw-probe
For Mageia 5 run the following as root:
urpmi.addmedia home:linuxbuild https://download.opensuse.org/repositories/home:linuxbuild/Mageia_5/
urpmi.update -a
urpmi hw-probe
For openSUSE Leap 15.0 Ports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:linuxbuild/openSUSE_Leap_15.0_Ports/home:linuxbuild.repo
zypper refresh
zypper install hw-probe
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:linuxbuild/openSUSE_Factory_PowerPC/home:linuxbuild.repo
zypper refresh
zypper install hw-probe
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:linuxbuild/openSUSE_Factory_ARM/home:linuxbuild.repo
zypper refresh
zypper install hw-probe
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:linuxbuild/openSUSE_Factory/home:linuxbuild.repo
zypper refresh
zypper install hw-probe
For Ubuntu 18 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:/linuxbuild/Ubuntu_18_04/ /' | sudo tee /etc/apt/sources.list.d/home:linuxbuild.list
curl -fsSL https://download.opensuse.org/repositories/home:linuxbuild/Ubuntu_18_04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_linuxbuild.gpg > /dev/null
sudo apt update
sudo apt install hw-probe

Packages for Ubuntu 18 04: