Add our Debian/Ubuntu APT repository to easily install and update Durable Programming tools.
Run this one-liner to add the repository and install packages:
curl -fsSL https://deb.durableprogramming.com/setup.sh | sudo bash
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
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
Update your package list:
sudo apt update
Install any of our available packages:
sudo apt install clifx dotenvk dprs durable-project-catalog
Or install individual packages:
sudo apt install clifx
Update all installed packages with:
sudo apt update && sudo apt upgrade
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
Email: commercial@durableprogramming.com
GitHub: github.com/durableprogramming