![]() |
Install updates Pub Key - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: Install updates Pub Key (/showthread.php?tid=8186) |
Install updates Pub Key - triwiwer - 03-15-2022 I tried the method on other tread, but i still get error. =========================== Install Updates Error log =========================== Install Updates could not fetch the package cache information lists. Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance. ============ Log =========== Err:1 http://us.old-releases.ubuntu.com/ubuntu focal InRelease Could not resolve 'us.old-releases.ubuntu.com' Err:2 http://us.old-releases.ubuntu.com/ubuntu focal-updates InRelease Could not resolve 'us.old-releases.ubuntu.com' Err:3 http://us.old-releases.ubuntu.com/ubuntu focal-backports InRelease Could not resolve 'us.old-releases.ubuntu.com' Hit:5 https://linux.teamviewer.com/deb stable InRelease Hit:6 https://brave-browser-apt-release.s3.brave.com stable InRelease Hit:7 http://archive.canonical.com/ubuntu focal InRelease Ign:8 http://old-releases.ubuntu.com/ubuntu focal-security InRelease Hit:9 http://repo.linuxliteos.com/linuxlite emerald InRelease Get:4 https://www.duinsoft.nl/pkg debs InRelease [12,7 kB] Err:10 http://old-releases.ubuntu.com/ubuntu focal-security Release 404 Not Found [IP: 91.189.91.124 80] Err:4 https://www.duinsoft.nl/pkg debs InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26 Reading package lists... E: The repository 'http://old-releases.ubuntu.com/ubuntu focal-security Release' does not have a Release file. W: GPG error: https://www.duinsoft.nl/pkg debs InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26 E: The repository 'http://www.duinsoft.nl/pkg debs InRelease' is not signed. W: Target Packages (all/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 W: Target Packages (all/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 W: Target Packages (all/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 W: Target Translations (all/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 W: Target Translations (all/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 W: Target CNF (all/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 W: Target CNF (all/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:55 and /etc/apt/sources.list:56 Re: Install updates Pub Key - firenice03 - 03-15-2022 [member=49679]triwiwer[/member] Split Topic Yours is a different error - different solution.. the No_Pubkey error can be resolved as follows.. Open Terminal paste the following: Code: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E18CE6625CB26B26 Re: Install updates Pub Key - triwiwer - 03-15-2022 Thanks, but i tried that and what i get is: pollypocket ~ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E18CE6625CB26B26 Executing: /tmp/apt-key-gpghome.G10W497IRA/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys E18CE6625CB26B26 gpg: key E18CE6625CB26B26: "Duinsoft Packages <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 and error still shows when i run update. Im kind of new to linux. :dft009: :dft009: Re: Install updates Pub Key - firenice03 - 03-15-2022 [member=49679]triwiwer[/member] Also looks like a couple other errors once the key is accepted.. Remove the "old Ubuntu" repo Code: Err:10 http://old-releases.ubuntu.com/ubuntu focal-security Release and The multiple repos configured multiple times Code: is configured multiple times in /etc/apt/sources.list You could be able to edit the /etc/apt/sources.list as administrator (file manager) - I'll check the key - are you on a corporate network or behind a firewall? UPDATE.. See this link for other key servers vs. keyserver.ubuntu.com https://www.duinsoft.nl/keyservers.php?t=en Re: Install updates Pub Key - triwiwer - 03-15-2022 [member=5414]firenice03[/member] I'm a private user. And i don't run firewall. I might tried few things found on google, but nothing helped. So maybe i made things worse. :022: :022: Thanks for helping! Re: Install updates Pub Key - firenice03 - 03-15-2022 [member=49679]triwiwer[/member] See update.. UPDATE.. See this link for other key servers vs. keyserver.ubuntu.com https://www.duinsoft.nl/keyservers.php?t=en Re: Install updates Pub Key - triwiwer - 03-15-2022 [member=5414]firenice03[/member] thanks for the link. Do you have by any chance a line i can enter in terminal that would change the server? Thanks again. Re: Install updates Pub Key - firenice03 - 03-15-2022 [member=49679]triwiwer[/member] The previous page suggests: https://www.duinsoft.nl/packages.php?t=en RepositoryThe repository provides a Debian package with the script and the same support files as in the support tarball. Setting things up is a bit more work, but the script will be properly integrated in your system. Additional advantages: a possibly installed out-of-date sun-java6 installation will be removed completely and if you keep the software source in your list, you will automatically receive updates of the script. The procedure:
The key server keys.gnupg.net mentioned above is just an example. You can use any reliable key server. If the apt-key command produces an error, try one of the servers from this page. (Above Link) So I'd assume.. Code: sudo apt-key adv --keyserver pgp.surfnet.nl --recv-keys E18CE6625CB26B26 Code: sudo apt-key adv --keyserver OTHER_from_LIST --recv-keys E18CE6625CB26B26 |