Title mainly speaks for itself, but i've done the following:
I've followed the steps on the following page for the Ubuntu 24.04 distro: https://www.peak-system.com/fileadmin/m ... n-view.php
Now i get the following error in my terminal when i run sudo apt-get update, or sudo apt-get install pcanview-ncurses
It clearly has something to do with a incorrect GPG key, but what triggers this?
Is this command (quoted from the documentation page) correct? :
Code: Select all
wget -q http://www.peak-system.com/debian/peak-system-public-key.asc -O- | sudo tee /etc/apt/trusted.gpg.d/
Code: Select all
Err:6 https://www.peak-system.com/debian noble InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DE0B8CB39CEAA78D
Reading package lists... Done
W: GPG error: https://www.peak-system.com/debian noble InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DE0B8CB39CEAA78D
E: The repository 'https://www.peak-system.com/debian noble 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.