systemd from system:systemd project
Valige oma operatsioonisüsteem
Lisa hoidla ja paigalda käsitsi
Arch Linuxi puhul redigeerige /etc/pacman.conf ja lisage järgmine tekst (pidage meeles, et andmehoidlate järjekord paketis pacman.conf on oluline, kuna pacman laadib alati alla esimese leitud paketi):
[system_systemd_Arch] Server = https://download.opensuse.org/repositories/system:/systemd/Arch/$arch
Seejärel käivitage järgmine käsk juur kasutajana
key=$(curl -fsSL https://download.opensuse.org/repositories/system:systemd/Arch/$(uname -m)/system_systemd_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 system_systemd_Arch/systemd
Haarake binaarpaketid otse
Lisa hoidla ja paigalda käsitsi
Selle Debian Testing käivitamiseks järgmist:
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/system:/systemd/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/system:systemd.list curl -fsSL https://download.opensuse.org/repositories/system:systemd/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/system_systemd.gpg > /dev/null sudo apt update sudo apt install systemd
Selle Debian 13 käivitamiseks järgmist:
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/system:/systemd/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/system:systemd.list curl -fsSL https://download.opensuse.org/repositories/system:systemd/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/system_systemd.gpg > /dev/null sudo apt update sudo apt install systemd
Haarake binaarpaketid otse
Lisa hoidla ja paigalda käsitsi
JärgmisedFedora Rawhide käivitagejuurkasutajana:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/system:systemd/Fedora_Rawhide/system:systemd.repo dnf install systemd
JärgmisedFedora 43 käivitagejuurkasutajana:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/system:systemd/Fedora_43/system:systemd.repo dnf install systemd
JärgmisedFedora 42 käivitagejuurkasutajana:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/system:systemd/Fedora_42/system:systemd.repo dnf install systemd
Haarake binaarpaketid otse
Lisa hoidla ja paigalda käsitsi
JärgmisedopenSUSE Tumbleweed käivitagejuurkasutajana:
zypper addrepo https://download.opensuse.org/repositories/system:systemd/openSUSE_Tumbleweed/system:systemd.repo zypper refresh zypper install systemd
Haarake binaarpaketid otse
Lisa hoidla ja paigalda käsitsi
Selle Ubuntu 24.04 käivitamiseks järgmist:
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/system:/systemd/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/system:systemd.list curl -fsSL https://download.opensuse.org/repositories/system:systemd/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/system_systemd.gpg > /dev/null sudo apt update sudo apt install systemd