nut from home:jimklimov project
Select Your Operating System
Add repository and install manually
For CentOS 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:jimklimov/CentOS_9/home:jimklimov.repo yum install nut
For CentOS 10 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:jimklimov/CentOS_10/home:jimklimov.repo yum install nut
Grab binary packages directly
Add repository and install manually
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:/jimklimov/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
For Debian 13 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:/jimklimov/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
For Debian 12 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:/jimklimov/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
For Debian 11 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:/jimklimov/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jimklimov/Fedora_Rawhide/home:jimklimov.repo dnf install nut
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jimklimov/Fedora_42/home:jimklimov.repo dnf install nut
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:jimklimov/openSUSE_Tumbleweed/home:jimklimov.repo zypper refresh zypper install nut
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jimklimov/openSUSE_Slowroll/home:jimklimov.repo zypper refresh zypper install nut
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jimklimov/openSUSE_Factory_ARM/home:jimklimov.repo zypper refresh zypper install nut
Grab binary packages directly
Add repository and install manually
For Raspbian 11 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:/jimklimov/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jimklimov/openSUSE_Leap_15.6/home:jimklimov.repo zypper refresh zypper install nut
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jimklimov/SLE_15/home:jimklimov.repo zypper refresh zypper install nut
Grab binary packages directly
Add repository and install manually
For xUbuntu 25.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:/jimklimov/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
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:/jimklimov/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:jimklimov.list curl -fsSL https://download.opensuse.org/repositories/home:jimklimov/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jimklimov.gpg > /dev/null sudo apt update sudo apt install nut
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 16.0 run the following as root:
?
For Debian Next run the following as root:
?