Package Repositories
Install and update indiSuite applications directly through your system package manager.
APT Repository (Ubuntu, Debian, Mint, LMDE)
Add the Indomitus Group repository to your system:
curl -fsSL https://downloads.indomitusgroup.com/keys/indomitus.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/indomitus.gpg
echo "deb [signed-by=/usr/share/keyrings/indomitus.gpg] https://downloads.indomitusgroup.com/apt stable main" | sudo tee /etc/apt/sources.list.d/indomitus.list
sudo apt update Then install the applications you want:
sudo apt install indi-pdf
sudo apt install indi-accounting To update later, indiSuite apps are included in your normal system upgrades:
sudo apt update && sudo apt upgrade RPM Repository (Fedora, RHEL, Rocky, Alma, openSUSE)
For Fedora, RHEL, CentOS, Rocky Linux, and AlmaLinux:
sudo dnf config-manager --add-repo https://downloads.indomitusgroup.com/rpm/indomitus.repo
sudo dnf install indi-pdf
sudo dnf install indi-accounting For openSUSE:
sudo zypper addrepo https://downloads.indomitusgroup.com/rpm/indomitus.repo
sudo zypper --gpg-auto-import-keys refresh
sudo zypper install indi-pdf
sudo zypper install indi-accounting Updates flow through your normal system upgrades.
Verifying the Signing Key
All packages and repository metadata are signed with our GPG key. You can verify the fingerprint matches:
817084DF885BD9D0480E2E7FAA87C564CA01837C To check the fingerprint after import:
gpg --show-keys /usr/share/keyrings/indomitus.gpg The displayed fingerprint should match exactly.