Products indiPDF indiAccounting indiBudget All Products Company Blog About Download

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
sudo apt install indipdf indiaccounting

To update later, indiPDF will be 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 indipdf indiaccounting

For openSUSE:

sudo zypper addrepo https://downloads.indomitusgroup.com/rpm/indomitus.repo
sudo zypper --gpg-auto-import-keys refresh
sudo zypper install indipdf indiaccounting

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.