cpupower-gui from home:erigas:cpupower-gui project
Select Your Operating System
Add repository and install manually
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_erigas_cpupower-gui_Arch] Server = https://download.opensuse.org/repositories/home:/erigas:/cpupower-gui/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Arch/$(uname -m)/home_erigas_cpupower-gui_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_erigas_cpupower-gui_Arch/cpupower-gui
Grab binary packages directly
Add repository and install manually
For Debian Unstable 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:/erigas:/cpupower-gui/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:erigas:cpupower-gui.list curl -fsSL https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_erigas_cpupower-gui.gpg > /dev/null sudo apt update sudo apt install cpupower-gui
For Debian Testing 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:/erigas:/cpupower-gui/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:erigas:cpupower-gui.list curl -fsSL https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_erigas_cpupower-gui.gpg > /dev/null sudo apt update sudo apt install cpupower-gui
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Fedora_Rawhide/home:erigas:cpupower-gui.repo dnf install cpupower-gui
For Fedora 33 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Fedora_33/home:erigas:cpupower-gui.repo dnf install cpupower-gui
For Fedora 32 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Fedora_32/home:erigas:cpupower-gui.repo dnf install cpupower-gui
For Fedora 30 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Fedora_30/home:erigas:cpupower-gui.repo dnf install cpupower-gui
For Fedora 29 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:erigas:cpupower-gui/Fedora_29/home:erigas:cpupower-gui.repo dnf install cpupower-gui
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:erigas:cpupower-gui/openSUSE_Tumbleweed/home:erigas:cpupower-gui.repo zypper refresh zypper install cpupower-gui
Grab binary packages directly
Add repository and install manually
For xUbuntu 20.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:/erigas:/cpupower-gui/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:erigas:cpupower-gui.list curl -fsSL https://download.opensuse.org/repositories/home:erigas:cpupower-gui/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_erigas_cpupower-gui.gpg > /dev/null sudo apt update sudo apt install cpupower-gui