daemontools from home:mbhangui project
Selecionar o Seu Sistema Operativo
Adicionar repositório e instalar manualmente
Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_mbhangui_Arch] Server = https://download.opensuse.org/repositories/home:/mbhangui/Arch/$arch
Depois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/Arch/$(uname -m)/home_mbhangui_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_mbhangui_Arch/daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para CentOS 8 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/CentOS_8/home:mbhangui.repo yum install daemontools
Para CentOS 7 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/CentOS_7/home:mbhangui.repo yum install daemontools
Para CentOS-9 Stream corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/CentOS-9_Stream/home:mbhangui.repo yum install daemontools
Para CentOS-8 Stream corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/CentOS-8_Stream/home:mbhangui.repo yum install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Debian 13 corra o seguinte:
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:/mbhangui/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para Debian 12 corra o seguinte:
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:/mbhangui/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para Debian 11 corra o seguinte:
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:/mbhangui/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para Debian 10 corra o seguinte:
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:/mbhangui/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Fedora Rawhide corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mbhangui/Fedora_Rawhide/home:mbhangui.repo dnf install daemontools
Para Fedora 43 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mbhangui/Fedora_43/home:mbhangui.repo dnf install daemontools
Para Fedora 42 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mbhangui/Fedora_42/home:mbhangui.repo dnf install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Mageia 9 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mbhangui/Mageia_9/home:mbhangui.repo dnf install daemontools
Para Mageia 8 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mbhangui/Mageia_8/home:mbhangui.repo dnf install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/openSUSE_Tumbleweed/home:mbhangui.repo zypper refresh zypper install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para RockyLinux 9 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/RockyLinux_9/home:mbhangui.repo yum install daemontools
Para RockyLinux 8 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/RockyLinux_8/home:mbhangui.repo yum install daemontools
Para RHEL 7 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/RHEL_7/home:mbhangui.repo yum install daemontools
Para AlmaLinux 8 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/AlmaLinux_8/home:mbhangui.repo yum install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para ScientificLinux 7 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mbhangui/ScientificLinux_7/home:mbhangui.repo yum install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Leap 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/openSUSE_Leap_15.6/home:mbhangui.repo zypper refresh zypper install daemontools
Para openSUSE Leap 15.5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/openSUSE_Leap_15.5/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP7 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP7/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP6/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP5/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP4/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP3/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP2/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 SP1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15_SP1/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 15 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_15/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 12 SP5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_12_SP5/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 12 SP4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_12_SP4/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 12 SP3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_12_SP3/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 12 SP2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_12_SP2/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 12 SP1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_12_SP1/home:mbhangui.repo zypper refresh zypper install daemontools
Para SLE 12 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:mbhangui/SLE_12/home:mbhangui.repo zypper refresh zypper install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 25.04 corra o seguinte:
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:/mbhangui/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 24.04 corra o seguinte:
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:/mbhangui/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 23.04 corra o seguinte:
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:/mbhangui/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 22.10 corra o seguinte:
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:/mbhangui/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 22.04 corra o seguinte:
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:/mbhangui/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 20.04 corra o seguinte:
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:/mbhangui/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 18.04 corra o seguinte:
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:/mbhangui/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Para xUbuntu 16.04 corra o seguinte:
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:/mbhangui/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:mbhangui.list curl -fsSL https://download.opensuse.org/repositories/home:mbhangui/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mbhangui.gpg > /dev/null sudo apt update sudo apt install daemontools
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Leap 16.0 corra o seguinte como root:
?
Para AlmaLinux 9 corra o seguinte como root:
?