apt install gpg-agent gpg
Guid to install: https://i2pd.readthedocs.io/en/latest/user-guide/install/ Download latest version https://github.com/PurpleI2P/i2pd/releases/latest
## Ubuntu
wget https://github.com/PurpleI2P/i2pd/releases/download/2.37.0/i2pd_2.37.0-1focal1_amd64.deb
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.powerdns.com/debian buster-dnsdist-master InRelease: Splitting up /var/lib/apt/lists/repo.powerdns.com_debian_dists_buster-dnsdist-master_InRelease into data and signature failed
apt-get update --allow-unauthenticated
apt-get update --allow-insecure-repositories
Fix: Can’t exec “locale”: No such file or directory at /usr/share/perl5/Debconf/Encoding.pm
https://itsfoss.com/fix-exec-locale-file-directory/
In a terminal, use the following commands to download and extract the libc-bin package:
apt-get download libc-bin
Deploy key is a SSH key set in your repo to grant client read-only (as well as r/w, if you want) access to your repo.
As the name says, its primary function is to be used in the deploy process in replace of username/password, where only read access is needed. Therefore keep the repo safe from the attack, in case the server side is fallen.
- Generate a ssh key