Add the following line in the source (ex: /etc/apt/sources.list):
deb http://ppa.launchpad.net/colin-i/ppa/ubuntu noble main
To get deb sources, also add:
deb-src http://ppa.launchpad.net/colin-i/ppa/ubuntu noble main
Replace noble with jammy, focal, bionic or xenial if needed. The packages are here https://launchpad.net/~colin-i/+archive/ubuntu/ppa/+packages
Add the gpg key and update:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF865B4744B5DC5D
sudo apt-get update