iwebadmin from home:indimail project

Selecionar o Seu Sistema Operativo

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_indimail_Arch]
Server = https://download.opensuse.org/repositories/home:/indimail/Arch/$arch
Depois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:indimail/Arch/$(uname -m)/home_indimail_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_indimail_Arch/iwebadmin
Para CentOS 8 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS_8/home:indimail.repo
yum install iwebadmin
Para CentOS 7 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS_7/home:indimail.repo
yum install iwebadmin
Para CentOS-9 Stream corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS-9_Stream/home:indimail.repo
yum install iwebadmin
Para CentOS-8 Stream corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS-8_Stream/home:indimail.repo
yum install iwebadmin
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:/indimail/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin

Pacotes para Debian 13:

Pacotes para Debian 12:

Pacotes para Debian 11:

Pacotes para Debian 10:

Para Fedora 43 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:indimail/Fedora_43/home:indimail.repo
dnf install iwebadmin
Para Fedora 42 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:indimail/Fedora_42/home:indimail.repo
dnf install iwebadmin
Para Mageia 9 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:indimail/Mageia_9/home:indimail.repo
dnf install iwebadmin
Para Mageia 8 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:indimail/Mageia_8/home:indimail.repo
dnf install iwebadmin
Para RockyLinux 9 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/RockyLinux_9/home:indimail.repo
yum install iwebadmin
Para RockyLinux 8 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/RockyLinux_8/home:indimail.repo
yum install iwebadmin
Para RHEL 7 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/RHEL_7/home:indimail.repo
yum install iwebadmin
Para AlmaLinux 8 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/AlmaLinux_8/home:indimail.repo
yum install iwebadmin
Para ScientificLinux 7 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/ScientificLinux_7/home:indimail.repo
yum install iwebadmin
Para openSUSE Leap 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/openSUSE_Leap_15.6/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para openSUSE Leap 15.5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/openSUSE_Leap_15.5/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP7 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP7/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP6/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP5/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP4/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP3/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP2/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 SP1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP1/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 15 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 12 SP5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP5/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 12 SP4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP4/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 12 SP3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP3/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 12 SP2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP2/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 12 SP1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP1/home:indimail.repo
zypper refresh
zypper install iwebadmin
Para SLE 12 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12/home:indimail.repo
zypper refresh
zypper install iwebadmin
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:/indimail/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
Para xUbuntu 21.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:/indimail/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin
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:/indimail/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:indimail.list
curl -fsSL https://download.opensuse.org/repositories/home:indimail/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_indimail.gpg > /dev/null
sudo apt update
sudo apt install iwebadmin

Pacotes para xUbuntu 25.04:

Pacotes para xUbuntu 24.04:

Pacotes para xUbuntu 23.04:

Pacotes para xUbuntu 22.10:

Pacotes para xUbuntu 22.04:

Pacotes para xUbuntu 21.04:

Pacotes para xUbuntu 20.04:

Pacotes para xUbuntu 18.04:

Para openSUSE Leap 16.1 corra o seguinte como root:
?
Para openSUSE Leap 16.0 corra o seguinte como root:
?
Para AlmaLinux 9 corra o seguinte como root:
?