iwebadmin from home:indimail project

Seleccioneu el sistema operatiu

Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[home_indimail_Arch]
Server = https://download.opensuse.org/repositories/home:/indimail/Arch/$arch
Llavors executeu el següent com a 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
Per a CentOS 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS_8/home:indimail.repo
yum install iwebadmin
Per a CentOS 7 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS_7/home:indimail.repo
yum install iwebadmin
Per a CentOS-9 Stream executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS-9_Stream/home:indimail.repo
yum install iwebadmin
Per a CentOS-8 Stream executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/CentOS-8_Stream/home:indimail.repo
yum install iwebadmin
Per a Debian 13 executeu el següent:
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
Per a Debian 12 executeu el següent:
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
Per a Debian 11 executeu el següent:
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
Per a Debian 10 executeu el següent:
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
Per a Fedora 43 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:indimail/Fedora_43/home:indimail.repo
dnf install iwebadmin
Per a Fedora 42 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:indimail/Fedora_42/home:indimail.repo
dnf install iwebadmin
Per a Mageia 9 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:indimail/Mageia_9/home:indimail.repo
dnf install iwebadmin
Per a Mageia 8 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:indimail/Mageia_8/home:indimail.repo
dnf install iwebadmin
Per a RockyLinux 9 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/RockyLinux_9/home:indimail.repo
yum install iwebadmin
Per a RockyLinux 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/RockyLinux_8/home:indimail.repo
yum install iwebadmin
Per a RHEL 7 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/RHEL_7/home:indimail.repo
yum install iwebadmin
Per a AlmaLinux 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/AlmaLinux_8/home:indimail.repo
yum install iwebadmin
Per a ScientificLinux 7 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:indimail/ScientificLinux_7/home:indimail.repo
yum install iwebadmin
Per a openSUSE Leap 15.6 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/openSUSE_Leap_15.6/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a openSUSE Leap 15.5 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/openSUSE_Leap_15.5/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP7 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP7/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP6 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP6/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP5 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP5/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP4 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP4/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP3 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP3/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP2 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP2/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 SP1 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15_SP1/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 15 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_15/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 12 SP5 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP5/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 12 SP4 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP4/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 12 SP3 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP3/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 12 SP2 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP2/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 12 SP1 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12_SP1/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a SLE 12 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:indimail/SLE_12/home:indimail.repo
zypper refresh
zypper install iwebadmin
Per a xUbuntu 25.04 executeu el següent:
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
Per a xUbuntu 24.04 executeu el següent:
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
Per a xUbuntu 23.04 executeu el següent:
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
Per a xUbuntu 22.10 executeu el següent:
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
Per a xUbuntu 22.04 executeu el següent:
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
Per a xUbuntu 21.04 executeu el següent:
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
Per a xUbuntu 20.04 executeu el següent:
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
Per a xUbuntu 18.04 executeu el següent:
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

Paquets per xUbuntu 25.04:

Paquets per xUbuntu 24.04:

Paquets per xUbuntu 23.04:

Paquets per xUbuntu 22.10:

Paquets per xUbuntu 22.04:

Paquets per xUbuntu 21.04:

Paquets per xUbuntu 20.04:

Paquets per xUbuntu 18.04:

Per a openSUSE Leap 16.1 executeu el següent com a root:
?
Per a openSUSE Leap 16.0 executeu el següent com a root:
?
Per a AlmaLinux 9 executeu el següent com a root:
?