My personal debian repository
This is the repository that I use for publishing application packages.
List of current packages in the repositories.
[!IMPORTANT] If you are prompt with this message:
Missing key A96649ED50AFAD8C6499F28E7DDEC187FA252895, which is needed to verify signature
or
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 7DDEC187FA252895
Please download the new signature key:
sudo curl -sS -fsSLo /usr/share/keyrings/adelolmo-archive-keyring.gpg https://adelolmo.github.io/andoni.delolmo@gmail.com.gpg
version | name |
---|---|
24.04 | noble |
22.04 | jammy |
20.04 | focal |
18.04 | bionic |
16.04 | xenial |
14.04 | trusty |
version | name |
---|---|
13 | trixie |
12 | bookworm |
11 | bullseye |
10 | buster |
9 | stretch |
8 | jessie |
sudo apt install apt-transport-https
sudo curl -sS -fsSLo /usr/share/keyrings/adelolmo-archive-keyring.gpg https://adelolmo.github.io/andoni.delolmo@gmail.com.gpg
echo "deb [signed-by=/usr/share/keyrings/adelolmo-archive-keyring.gpg] https://adelolmo.github.io/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/adelolmo.github.io.list