Die Debian repository-Struktur hat sich geändert und in Folge wurde die alte „https://deb.librewolf.net“ gelöscht und durch https://repo.librewolf.net ersetzt, was nicht automatisch passiert, sondern mit dem „extrepo“-Package für externe Repositories.
Das betrifft Debian, Mint und weitere debian-derivate…
Fehlermeldung:
sudo apt update # nach update folgende Fehlermeldungen: 1) Keine Änderung: http://ubuntu.lagis.at/ubuntu noble InRelease # andere repos unverändert Ignoriert: https://mirror.alwyzon.net/linuxmint wilma InRelease # ignoriert, weil nicht vorhanden 2) Get:4 https://deb.librewolf.net bookworm InRelease [16.7 kB] Err:4 https://deb.librewolf.net bookworm InRelease The following signatures were invalid: EXPKEYSIG D29FBD5F93C0CFC3 Reading package lists... Done W: GPG error: https://deb.librewolf.net bookworm InRelease: The following signatures were invalid: EXPKEYSIG D29FBD5F93C0CFC3 E: The repository 'https://deb.librewolf.net bookworm 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. https://deb.librewolf.net # veraltet und gelöscht, deshalb ignoriert https://repo.librewolf.net # muss durch diese repo ersetzt werden
Lösung:
1. Entferne die alten „repositories“
sudo rm -f \ /etc/apt/sources.list.d/librewolf.sources \ /etc/apt/keyrings/librewolf.gpg \ /etc/apt/preferences.d/librewolf.pref \ /etc/apt/sources.list.d/librewolf.list \ /etc/apt/trusted.gpg.d/librewolf.gpg
2. Die neue „repository“-Verwaltung hinzufügen
sudo apt update && sudo apt install extrepo -y sudo extrepo enable librewolf sudo apt --allow-releaseinfo-change update
3. Update LibreWolf (optional)
sudo apt upgrade librewolf -y
Schreibe einen Kommentar
Du musst angemeldet sein, um einen Kommentar abzugeben.