You are not logged in.
Pages: 1
Since approx. 8 weeks updating of Genuen/Gnuinos packages is disabled.
sudo apt update
sudo apt upgrade
does not work
Are there reasons for that?
Should we wait for the next version, which at the moment only for XFCE is available?
Offline
What does "does not work" mean? The repository tree seems fine...
Offline
I am currently able to update && upgrade genuen 6.0 Excalibur.
You may want to check your system time. If it is trailing, your system will see the InRelease file as a mirage from the future and refuse to trust it.
Offline
sudo apt update > update2.txt
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
in German:
E: Release-Datei für http://packages.gnuinos.org/merged/dist … /InRelease ist abgelaufen (ungültig seit 82 d 5 h 50 min 2 s). Aktualisierungen für dieses Depot werden nicht angewendet.
E: Release-Datei für http://packages.gnuinos.org/merged/dist … /InRelease ist abgelaufen (ungültig seit 82 d 5 h 50 min 3 s). Aktualisierungen für dieses Depot werden nicht angewendet.
E: Release-Datei für http://packages.gnuinos.org/merged/dist … /InRelease ist abgelaufen (ungültig seit 82 d 5 h 50 min 3 s). Aktualisierungen für dieses Depot werden nicht angewendet.
sudo apt update > update2.txt
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
in English:
E: Release file for http://packages.gnuinos.org/merged/dist … /InRelease expired (invalid since 82 d 5 h 50 min 2 s). Updates for this repository are not applied.
E: Release file for http://packages.gnuinos.org/merged/dist … /InRelease expired (invalid since 82 d 5 h 50 min 3 s). Updates for this repository are not applied.
E: Release file for http://packages.gnuinos.org/merged/dist … /InRelease expired (invalid since 82 d 5 h 50 min 3 s). Updates for this repository are not applied.
What does that mean?
Offline
the time shown in the menu is OK. and for setting the time and equalize with the internet server I have to install NTP it said.
Offline
Should I replace the name: gnuinos
with
genuen
in /etc/apt/sources.list ?
would that help?
Offline
You should be using Excalibur.
Offline
How should I do this best?
I changed in /etc/apt/sources.list from daedalus to excalibur
but
sudo apt update shows
Signation can´t be checked
missing public key.
Holen:1 http://packages.genuen.org/merged excalibur InRelease [3.630 B]
Holen:2 http://packages.genuen.org/merged excalibur-security InRelease [3.442 B]
Holen:3 http://packages.genuen.org/merged excalibur-updates InRelease [3.431 B]
Holen:4 https://repo.librewolf.net librewolf InRelease [5.649 B]
Fehl:1 http://packages.genuen.org/merged excalibur InRelease
Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 72623EE3A542DC5B
Fehl:2 http://packages.genuen.org/merged excalibur-security InRelease
Holen:1 http://packages.genuen.org/merged excalibur InRelease [3.630 B]
Holen:2 http://packages.genuen.org/merged excalibur-security InRelease [3.442 B]
Holen:3 http://packages.genuen.org/merged excalibur-updates InRelease [3.431 B]
Get:4 https://repo.librewolf.net librewolf InRelease [5.649 B]
Missing:1 http://packages.genuen.org/merged excalibur InRelease
The following signatures could not be verified because their public key is not available: NO PUBKEY 72623EE3A542DC5B
Incorrect:2 http://packages.genuen.org/merged excalibur-security InRelease
The following signatures could not be verified because their public key is not available: NO PUBKEY 72623EE3A542DC5B
Incorrect:3 http://packages.genuen.org/merged excalibur-updates InRelease
The following signatures could not be verified because their public key is not available: NO PUBKEY 72623EE3A542DC5B
Package lists are read... Finished
W: GPG error: http://packages.genuen.org/merged excalibur InRelease: The following signatures could not be verified because their public key is not available: NO PUBKEY 72623EE3A542DC5B
Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 72623EE3A542DC5B
Fehl:3 http://packages.genuen.org/merged excalibur-updates InRelease
Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 72623EE3A542DC5B
Paketlisten werden gelesen… Fertig
W: GPG-Fehler: http://packages.genuen.org/merged excalibur InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 72623EE3A542DC5B
Offline
Use a browser and go to: https://packages.genuen.org/genuen/pool … e-keyring/ Download "genuen-archive-keyring_2025.12.02_all.deb" to a local folder.
Now change to root and do:
dpkg -i /path/to/genuen-archive-keyring_2025.12.02_all.deb to install a valid signature.
Finally do:
apt updateand
apt dist-upgradeThat should work (at least it did for me)
Last edited by ilargi (Yesterday 17:17:39)
Offline
thanks very much
during installing that message came up:
******************************************************************************
*
* The base-files package cannot be installed because
* /bin is a directory, but should be a symbolic link.
*
* Please install the usrmerge package to convert this system to merged-/usr.
*
* For more information please read https://wiki.debian.org/UsrMerge.
*
******************************************************************************
I installed "usrmerge"
and run again:
sudo apt dist-upgrade
and then everything went fine.
Excalibur got installed.
But there are several problems.
e.g in KDE (I think it is X11) there are no apps shown in the starter menu.
other problems I have not yet discovered.
at least Genuen Excalibur got installed.
Offline
Pages: 1