Manzolo PPA — My Personal Ubuntu Repository

Install my tools directly with apt!
Secure, GPG-signed repository hosted at https://ubuntu-repo.manzolo.it

Ubuntu 24.04 (noble) — FULLY SUPPORTED

wget -qO - https://ubuntu-repo.manzolo.it/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/manzolo-repo.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/manzolo-repo.gpg] https://ubuntu-repo.manzolo.it noble main" | sudo tee /etc/apt/sources.list.d/manzolo-repo.list
sudo apt update

Install my packages

manzolo-chroot package

sudo apt install manzolo-chroot

Search all my tools

apt search manzolo

Verify everything works

apt policy | grep manzolo

Remove the repository (if you ever want to)

sudo rm /etc/apt/sources.list.d/manzolo-repo.list
sudo rm /etc/apt/trusted.gpg.d/manzolo-repo.gpg
sudo apt update