infinitrix from home:smallcms project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_smallcms_Arch]
Server = https://download.opensuse.org/repositories/home:/smallcms/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Arch/$(uname -m)/home_smallcms_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_smallcms_Arch/infinitrix
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:smallcms/CentOS_8_Stream/home:smallcms.repo
yum install infinitrix
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:smallcms/CentOS_8/home:smallcms.repo
yum install infinitrix
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:smallcms/CentOS_7/home:smallcms.repo
yum install infinitrix
For Debian Unstable run the following:
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:/smallcms/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Debian Testing run the following:
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:/smallcms/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Debian 9.0 run the following:
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:/smallcms/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Debian 12 run the following:
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:/smallcms/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Debian 11 run the following:
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:/smallcms/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Debian 10 run the following:
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:/smallcms/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix

Packages for Debian Unstable:

Packages for Debian Testing:

Packages for Debian 9.0:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_Rawhide/home:smallcms.repo
dnf install infinitrix
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_40/home:smallcms.repo
dnf install infinitrix
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_39/home:smallcms.repo
dnf install infinitrix
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Fedora_38/home:smallcms.repo
dnf install infinitrix
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Mageia_Cauldron/home:smallcms.repo
dnf install infinitrix
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Mageia_9/home:smallcms.repo
dnf install infinitrix
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:smallcms/Mageia_8/home:smallcms.repo
dnf install infinitrix
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/openSUSE_Tumbleweed/home:smallcms.repo
zypper refresh
zypper install infinitrix
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/openSUSE_Factory_ARM/home:smallcms.repo
zypper refresh
zypper install infinitrix
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/15.6/home:smallcms.repo
zypper refresh
zypper install infinitrix
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/15.5/home:smallcms.repo
zypper refresh
zypper install infinitrix
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:smallcms/15.4/home:smallcms.repo
zypper refresh
zypper install infinitrix
For Raspbian 12 run the following:
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:/smallcms/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Raspbian 11 run the following:
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:/smallcms/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For Raspbian 10 run the following:
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:/smallcms/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix

Packages for Raspbian 12:

Packages for Raspbian 11:

Packages for Raspbian 10:

For xUbuntu 24.04 run the following:
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:/smallcms/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 23.10 run the following:
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:/smallcms/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 23.04 run the following:
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:/smallcms/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 22.10 run the following:
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:/smallcms/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 22.04 run the following:
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:/smallcms/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 21.10 run the following:
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:/smallcms/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 21.04 run the following:
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:/smallcms/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix
For xUbuntu 20.04 run the following:
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:/smallcms/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:smallcms.list
curl -fsSL https://download.opensuse.org/repositories/home:smallcms/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_smallcms.gpg > /dev/null
sudo apt update
sudo apt install infinitrix

Packages for xUbuntu 24.04:

Packages for xUbuntu 23.10:

Packages for xUbuntu 23.04:

Packages for xUbuntu 22.10:

Packages for xUbuntu 22.04:

Packages for xUbuntu 21.10:

Packages for xUbuntu 21.04:

Packages for xUbuntu 20.04:

For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?