jbra...@dismail.de, le mer. 24 mai 2023 21:08:33 +0000, a ecrit: > I tried updating with "sudo apt update; sudo apt upgrade" I got error > messages saying that this was > an insecure operation > and apt was not going to let me upgrade. :( Perhaps I should have tried "su > -", then tried > upgrading. Can anyone else confirm that the latest qemu image does not have > the proper debian-ports-archive-keyring package installed? Do we need to > update the debian qemu image?
Apparently it doesn't and thus we need, indeed. I have now done so on the 20220824 image. > I was able to upgrade to the latest hurd via > > wget > http://ftp.de.debian.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_all.deb > dpkg -i debian-ports-archive-keyring_2023.02.01_all.deb > apt upgrade > apt dist-upgrade > > I know that is insecure, but I couldn't figure out how else to upgrade. Using an https URL is already a big security improvement. Samuel