mkosi from system:systemd project
Seleziona il sistema operativo
Aggiungi il repository e installa manualmente
Per Debian Testing eseguire quanto segue:
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 mkosi
Per Debian 13 eseguire quanto segue:
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 mkosi
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per Fedora Rawhide eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/system:systemd/Fedora_Rawhide/system:systemd.repo dnf install mkosi
Per Fedora 43 eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/system:systemd/Fedora_43/system:systemd.repo dnf install mkosi
Per Fedora 42 eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/system:systemd/Fedora_42/system:systemd.repo dnf install mkosi
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per openSUSE Tumbleweed eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/system:systemd/openSUSE_Tumbleweed/system:systemd.repo zypper refresh zypper install mkosi
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per Ubuntu 24.04 eseguire quanto segue:
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 mkosi