repo not working on whonix install

HowTos, FAQs, Tips & Tricks, & Guides
Post Reply
dcdiM0
Posts: 1
Joined: 25 Feb 2023 17:51

repo not working on whonix install

Post by dcdiM0 »

Whenever I attempt to install i2p on whonix workstation using the guide on this site i have a problem with i2p not installing.

at this step:
‘3. I2P installation. A.’
i run this command: ‘sudo apt update && sudo apt full-upgrade’

i get this output:
W: GPG error: http :// ppa.launchpad . net/i2p-maintainers/i2p/ubuntu lunar InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AB9660B9EB2CC88B
E: The repository ‘http :// ppa.launchpad . net/i2p-maintainers/i2p/ubuntu lunar InRelease’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

How can I fix this and get i2p installed on my whonix workstation?

Thank you.
orfX
Posts: 11
Joined: 18 Feb 2019 12:52

Re: repo not working on whonix install

Post by orfX »

Hi, Do you have the gpg key of the deposit recorded on the disk? in /etc/apt/trusted.gpg.d or /usr/share/keyrings/
Take the key with wget, verify this and place it in the folder in /etc/apt/trusted.gpg.d or /usr/share/keyrings

an example to pass the key in apt is to add it to the source.list:
deb [signed-by=/usr/share/keyrings/"launchapd.key"-archive-keyring.gpg] https://deb"lauchpadblablabla"

i do not encourage you to use launchpad applications but to download the application on the editor's website or to compile the sources yourself.

if you don't like java take i2pd.

i hope i helped you a little. o/
Post Reply