Direct binaries live under /downloads/. To install Aho from the
signed APT repository on Debian / Ubuntu:
curl -fsSL https://nooty.dev/aho-releases.asc \ | sudo gpg --dearmor -o /usr/share/keyrings/aho.gpg echo "deb [signed-by=/usr/share/keyrings/aho.gpg arch=amd64,arm64] \ https://dl.nooty.dev/apt stable main" \ | sudo tee /etc/apt/sources.list.d/aho.list sudo apt update sudo apt install aho
Verify the signing key before importing it.