nut from home:networkupstools project
Operációs rendszer kiválasztása
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: CentOS 9 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:networkupstools/CentOS_9/home:networkupstools.repo yum install nut
Ehhez: CentOS 10 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:networkupstools/CentOS_10/home:networkupstools.repo yum install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
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:/networkupstools/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.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:/networkupstools/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.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:/networkupstools/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.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:/networkupstools/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.gpg > /dev/null sudo apt update sudo apt install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: Fedora Rawhide futtassa a következőt root-ként:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:networkupstools/Fedora_Rawhide/home:networkupstools.repo dnf install nut
Ehhez: Fedora 42 futtassa a következőt root-ként:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:networkupstools/Fedora_42/home:networkupstools.repo dnf install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Tumbleweed futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:networkupstools/openSUSE_Tumbleweed/home:networkupstools.repo zypper refresh zypper install nut
Ehhez: openSUSE Slowroll futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:networkupstools/openSUSE_Slowroll/home:networkupstools.repo zypper refresh zypper install nut
Ehhez: openSUSE Factory ARM futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:networkupstools/openSUSE_Factory_ARM/home:networkupstools.repo zypper refresh zypper install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
For Raspbian 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:/networkupstools/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.gpg > /dev/null sudo apt update sudo apt install nut
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:/networkupstools/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.gpg > /dev/null sudo apt update sudo apt install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Leap 15.6 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:networkupstools/openSUSE_Leap_15.6/home:networkupstools.repo zypper refresh zypper install nut
Ehhez: SLE 15 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:networkupstools/SLE_15/home:networkupstools.repo zypper refresh zypper install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
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:/networkupstools/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.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:/networkupstools/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:networkupstools.list curl -fsSL https://download.opensuse.org/repositories/home:networkupstools/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_networkupstools.gpg > /dev/null sudo apt update sudo apt install nut
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Leap 16.0 futtassa a következőt root-ként:
?
Ehhez: Debian Next futtassa a következőt root-ként:
?