Ubuntu package repository for PDI and related software

This is the repository that holds the Ubuntu packages of PDI and related projects.

The list of repositories for all distributions is available at: https://repo.pdi.dev

Install the packages

To actually install the packages, use the following instructions.

On Ubuntu 20.04 LTS (Focal Fossa)

echo "deb [ arch=amd64 ] https://repo.pdi.dev/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/pdi.list > /dev/null sudo wget -O /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://repo.pdi.dev/ubuntu/pdidev-archive-keyring.gpg sudo chmod a+r /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg /etc/apt/sources.list.d/pdi.list sudo apt update sudo apt install pdidev-archive-keyring libpdi-dev pdiplugin-all

On Ubuntu 22.04 LTS (Jammy Jellyfish)

echo "deb [ arch=amd64 ] https://repo.pdi.dev/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/pdi.list > /dev/null sudo wget -O /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://repo.pdi.dev/ubuntu/pdidev-archive-keyring.gpg sudo chmod a+r /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg /etc/apt/sources.list.d/pdi.list sudo apt update sudo apt install pdidev-archive-keyring libpdi-dev pdiplugin-all

On Ubuntu 24.04 LTS (Noble Numbat)

echo "deb [ arch=amd64 ] https://repo.pdi.dev/ubuntu noble main" | sudo tee /etc/apt/sources.list.d/pdi.list > /dev/null sudo wget -O /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://repo.pdi.dev/ubuntu/pdidev-archive-keyring.gpg sudo chmod a+r /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg /etc/apt/sources.list.d/pdi.list sudo apt update sudo apt install pdidev-archive-keyring libpdi-dev pdiplugin-all

On Ubuntu 24.10 (Oracular Oriole)

echo "deb [ arch=amd64 ] https://repo.pdi.dev/ubuntu oracular main" | sudo tee /etc/apt/sources.list.d/pdi.list > /dev/null sudo wget -O /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://repo.pdi.dev/ubuntu/pdidev-archive-keyring.gpg sudo chmod a+r /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg /etc/apt/sources.list.d/pdi.list sudo apt update sudo apt install pdidev-archive-keyring libpdi-dev pdiplugin-all