Durable Programming APT Repository

Add our Debian/Ubuntu APT repository to easily install and update Durable Programming tools.

Quick Setup

Run this one-liner to add the repository and install packages:

curl -fsSL https://deb.durableprogramming.com/setup.sh | sudo bash

Manual Setup

Step 1: Add GPG Key

Download and install the repository signing key:

curl -fsSL https://deb.durableprogramming.com/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/durableprogramming-archive-keyring.gpg

Step 2: Add Repository

Add the repository to your sources list:

echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/durableprogramming-archive-keyring.gpg] https://deb.durableprogramming.com/apt stable main" | sudo tee /etc/apt/sources.list.d/durableprogramming.list

Step 3: Update Package List

Update your package list:

sudo apt update

Step 4: Install Tools

Install any of our available packages:

sudo apt install clifx dotenvk dprs durable-project-catalog

Or install individual packages:

sudo apt install clifx

Available Packages

Supported Distributions

Updating Packages

Update all installed packages with:

sudo apt update && sudo apt upgrade

Removing the Repository

To remove the repository:

sudo rm /etc/apt/sources.list.d/durableprogramming.list
sudo rm /usr/share/keyrings/durableprogramming-archive-keyring.gpg
sudo apt update
Note: For other installation methods, see our binary installer for macOS and Linux systems.

Contact

Email: commercial@durableprogramming.com

GitHub: github.com/durableprogramming