Skip to content

Indii.org Software Repository

This repository provides packages of Doxide and Birch for various Linux distributions. Select a distribution below for instructions to use.

Ubuntu 24.10 Oracular Oriole (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb oracular main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Ubuntu 24.04 Noble Numbat (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb noble main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Debian 12 Bookworm (amd64)

Add the repository:

echo 'deb http://download.indii.org/deb bookworm main' | sudo tee /etc/apt/sources.list.d/indii.org.list
curl -fsSL https://download.indii.org/deb/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/indii.org.gpg > /dev/null
sudo apt update
Install packages:
sudo apt install doxide birch

Fedora 41 (x86_64)

Add the repository:

sudo dnf config-manager addrepo --from-repofile=https://download.indii.org/rpm/fedora/41/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 40 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/40/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

Fedora 39 (x86_64)

Add the repository:

sudo dnf config-manager --add-repo https://download.indii.org/rpm/fedora/39/indii.org.repo
sudo dnf update
Install packages:
sudo dnf install doxide birch

openSUSE Tumbleweed (x86_64)

Add the repository:

sudo zypper addrepo https://download.indii.org/rpm/opensuse/tumbleweed/indii.org.repo
sudo zypper refresh
Install packages:
sudo zypper install doxide birch

About

This repository is maintained by Lawrence Murray ( ) for software that he develops. It is rebuilt by an automated pipeline on CircleCI when new versions are released.