Package repositories

This site contains package repositories for Linux-based distributions.

Ubuntu

Steps to set up the repository:
  1. Fetch the public key with
    sudo curl -o /etc/apt/keyrings/repo.albertodonato.net.asc \
    https://repo.albertodonato.net/keyring.asc
            
  2. Create a /etc/apt/sources.list.d/albertodonato.net.sources file with the following content:
    Enabled: yes
    Types: deb
    URIs: https://repo.albertodonato.net/ubuntu
    Suites: unstable
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/repo.albertodonato.net.asc
            

See the source GitHub repository for details.