I suppose the obvious question is, how do I get the public key?
Yes, I did read man apt-secure. I understand signing and signature checking repositories from upload to user download, but I didn't see anything about "public" keys and I don't want to break anything.
Code:
mark@AMD-64:~$ sudo apt update Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] Get:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:5 http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic InRelease [20.7 kB] Err:5 http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2836CB0A8AC93F7A Reading package lists... Done W: GPG error: http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2836CB0A8AC93F7A E: The repository 'http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu bionic 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.
Comment