PINE64
apt-get update "The following signatures were invalid..." - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: apt-get update "The following signatures were invalid..." (/showthread.php?tid=16856)

Pages: 1 2


RE: apt-get update "The following signatures were invalid..." - grump_fiddle_reinstall - 07-24-2022

Try
sudo apt-get dist-upgrade


RE: apt-get update "The following signatures were invalid..." - LibrePhoneUser - 07-25-2022

(07-23-2022, 01:25 PM)ljones Wrote: Can't update here as well. I can't install curl (I get 404  Not found) so I tried using wget above but it makes no difference. 

404 Not Found errors on a new install of Mobian are caused by trying to download from an automatically-selected Debian mirror that is incomplete. If you manually choose a Debian mirror (one that is actively maintained) and enter it in /etc/apt/sources.list, you won’t have 404 Not Found errors any more.


RE: apt-get update "The following signatures were invalid..." - mthwbrwn - 07-26-2022

This checks out -  you can find a suitable mirror here: https://www.debian.org/mirror/list

The only thing I would add is that you do need to comment out the current listed archive since there seems to be some issue currently with that server.
This worked for me.  You should be able to select whatever mirror is close.

/etc/apt/sources.list
#deb http://deb.debian.org/debian bookworm main
deb http://debian.csail.mit.edu/debian bookworm main




404 Not Found errors on a new install of Mobian are caused by trying to download from an automatically-selected Debian mirror that is incomplete. If you manually choose a Debian mirror (one that is actively maintained) and enter it in /etc/apt/sources.list, you won’t have 404 Not Found errors any more.


RE: apt-get update "The following signatures were invalid..." - Eugo - 08-22-2022

I just read somewhere on mobian's site that apt-get gets you less than just apt, and that apt upgrade is a bit conservative, it won't drop unused stuff, won't install what already wasn't there, that apt dist-upgrade will. Also, it said that the apt-get dist-upgrade combination is most likely to fail a lot.