![]() |
Update problems PUBKEY - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.linuxliteos.com/forums/forumdisplay.php?fid=46) +--- Thread: Update problems PUBKEY (/showthread.php?tid=8477) |
Update problems PUBKEY - chushingura - 09-05-2022 :008 If I have no 'Software and Updates' in the list after searching 'Software' How do I find the PPA list? Re: Update problems PUBKEY - stevef - 09-05-2022 If you need to look at your PPAs, you should be able to start 'Software & Updates' by clicking 'Menu' then 'Settings', then scrolling down the list until you find it. However, if it isn't shown when you search for it as instructed in the help manual there may be something wrong. I get it top of the search list after just by typing 'so'. Please provide a bit more detail about what you are doing and what you see. Re: Update problems PUBKEY - chushingura - 09-05-2022 Hi, Cannot find PPA listings. (I tried menu/settings/scroll down. no 'software and updates' in the list. Also tried search 'software' again no 'software and updates' in the list!) The following is the initial problem. =========================== 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 =========== Hit:1 http://ie.archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://www.mirrorservice.org/sites/repo.linuxliteos.com/linuxlite emerald InRelease Hit:3 http://ie.archive.ubuntu.com/ubuntu focal-updates InRelease Get:4 http://ie.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:6 http://ie.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:7 http://archive.canonical.com/ubuntu focal InRelease Hit:8 https://brave-browser-apt-release.s3.brave.com stable InRelease Hit:5 https://deb.librewolf.net focal InRelease Get:9 https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease [1,553 B] Err:9 https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 02456C79B2FD48BF Reading package lists... W: GPG error: https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 02456C79B2FD48BF E: The repository 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal InRelease' is not signed. Re: Update problems PUBKEY - stevef - 09-05-2022 I don't think your problem is a PPA release problem which is what this thread is about. It is concerning if you can't find things like 'Software & Updates'. To get help with your update problem, please start a new thread in the updates section. It is better to do this than posting your symptoms in an unrelated thread. Re: Update problems PUBKEY - Şerban S. - 09-07-2022 (09-05-2022, 12:59 PM)chushingura link Wrote: :008 If I have no 'Software and Updates' in the list after searching 'Software' How do I find the PPA list?Hi! ![]() Use the terminal and enter the following line: Code: /usr/bin/software-properties-gtk Press "Enter" and see what happens. If the expected window (Software & Updates) appears, than it's some erroneous setting for the interface, in the Menu section. Possibly, the Menu Item has been deleted (or moved somewhere else in the tree) somehow. If any error message appears, than you have to copy the message and post it here to allow us get a better idea on what might be the cause. Best regards! ![]() Re: Update problems PUBKEY - firenice03 - 09-08-2022 [member=48352]chushingura[/member] You maybe in the right spot - the list with the error doesn't show you have a failing PPA - let alone any at all. You have a NO PUB Key error... try the following command in the terminal... Note sudo will prompt for password Code: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 02456C79B2FD48BF But PPA's if in use are listed within the "Software & Updates" app (Click Menu - type ' soft ' should be the 1st listed).. Then the "Other Software" tab... *Split topic.. Always good to start a new thread |