[SOLVED] The latest release of duplicity is missing the duplicity binary

Thanks for the apt cache location.

Here is what I did to roll back duplicity version

cd /var/cache/apt/archives
ls -1 duplicity*
duplicity_2.1.5-ppa202312281721~ubuntu22.04.1_amd64.deb
duplicity_2.2.0-ppa202401271616~ubuntu22.04.1_amd64.deb
sudo apt remove duplicity
sudo apt-get install $PWD/duplicity_2.1.5-ppa202312281721~ubuntu22.04.1_amd64.deb  
sudo apt-mark hold duplicity
1 Like