Hi there! Unfortunately I cannot install KiCad 6 on Linux Mint. In trying to do so, I always run into an error with the ppa. Setting up the ppa:kicad/kicad-6.0-releases in Software Sources I got the following error text:
W:GPG error: http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 245D5502FAD7A805, E:The repository 'http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu focal InRelease' is not signed.
Trying to do it with the CLI I got:
michael@michael-ThinkPad-T460:~$ sudo add-apt-repository --yes ppa:kicad/kicad-6.0-releases
You are about to add the following PPA:
Official KiCad 6.0 releases
More info: https://launchpad.net/~kicad/+archive/ubuntu/kicad-6.0-releases
Executing: /tmp/apt-key-gpghome.bY5XZc1RMC/gpg.1.sh --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys FDA854F61C4D0D9572BB95E5245D5502FAD7A805
gpg: keyserver receive failed: General error
michael@michael-ThinkPad-T460:~$ sudo apt-get update
...
Err:9 http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu focal InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 245D5502FAD7A805
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 245D5502FAD7A805
E: The repository 'http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu focal 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.
Trying the nightly build gave the same error:
michael@michael-ThinkPad-T460:~$ sudo add-apt-repository ppa:kicad/kicad-dev-nightly
You are about to add the following PPA:
KiCad nightly packages (master branch)
* Provides separation between stable and daily build packages
* Allows installation of KiCad stable and daily on the same machine
* This version can be unstable (dev branch of KiCad)
KiCad now needs boost >= 1.59. Xenial (16.04) is no longer compatible.
More info: https://launchpad.net/~kicad/+archive/ubuntu/kicad-dev-nightly
Press Enter to continue or Ctrl+C to cancel
Executing: /tmp/apt-key-gpghome.Db2UjfFUDu/gpg.1.sh --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys FDA854F61C4D0D9572BB95E5245D5502FAD7A805
gpg: keyserver receive failed: General error
Obviously I cannot get the key. Why? Any help is appreciated!
I did as you suggested. The gpg command seemed to work (see below), but the update gave the exact same result as before (see above).
michael@michael-ThinkPad-T460:~$ gpg --keyserver keyserver.ubuntu.com --recv-key 245D5502FAD7A805
gpg: key 245D5502FAD7A805: public key "Launchpad PPA for KiCad" imported
gpg: Total number processed: 1
gpg: imported: 1
Just to be sure, I rebooted and tried again, but got eactly the same result. As well I tried to download the key as described in https://launchpad.net/~kicad/+archive/ubuntu/kicad-6.0-releases
but again with no result.
Reinstalling KiCad 5.1.5 instead workes like a charm. I do not know where to bang my head!
Here is the full error: michael@michael-ThinkPad-T460:~$ sudo add-apt-repository --yes ppa:kicad/kicad-6.0-releases You are about to add the following PPA: Official KiCad 6.0 releases More info: https://launchpad.net/~kicad/+archive/ubuntu/kicad-6.0-releases Executing: /tmp/apt-key-gpghome.bpgfUKA7Qn/gpg.1.sh --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys FDA854F61C4D0D9572BB95E5245D5502FAD7A805 gpg: keyserver receive failed: General error
What baffles me is the last 3 lines from the sudo apt-get update: E: The repository 'http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu focal 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.
Thanks a lot! That did the trick. Now I am installing.
Seems it worked, it has installed, but haven’t tried it yet. Seems as well it has overwritten the KiCad 5.1.5 installation.