Page 2 of 2
Re: Signatures of gpg repositories, are not correct
Posted: Sun Apr 28, 2024 8:23 pm
by Stevo
Is this some sort of MX-antiX hybrid (more than it already is)?
OK, looks like MXPI added it temporarily, maybe to get an antiX kernel, but it shouldn't be permanent.
Active apt repos in: /etc/apt/sources.list.d/mxpitemp.list
1: deb
http://la.mxrepo.com/antix/bookworm bookworm main
Re: Signatures of gpg repositories, are not correct
Posted: Mon Apr 29, 2024 11:08 am
by Marek
fehlix wrote: Sun Apr 28, 2024 4:33 pm
You may try this:
Do remove the expired key manually:
Code: Select all
sudo rm /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
and run again
This work!
Code: Select all
Sprawdzanie deb.debian.org_debian_dists_bookworm_InRelease
Znaleziono dobrą sygnaturę GPG.
Sprawdzanie deb.debian.org_debian_dists_bookworm-updates_InRelease
Znaleziono dobrą sygnaturę GPG.
Sprawdzanie dl.google.com_linux_chrome_deb_dists_stable_InRelease
Znaleziono dobrą sygnaturę GPG.
Sprawdzanie ftp.task.gda.pl_site_mx-packages_mx_repo_dists_bookworm_InRelease
Znaleziono dobrą sygnaturę GPG.
Sprawdzanie mirror.it.ubc.ca_mxlinux_mx_repo_dists_bookworm_InRelease
Znaleziono dobrą sygnaturę GPG.
Sprawdzanie security.debian.org_debian-security_dists_bookworm-security_InRelease
Znaleziono dobrą sygnaturę GPG.
Sprawdzanie la.mxrepo.com_antix_bookworm_dists_bookworm_InRelease
gpg: klucz 0xDB36CDF3452F0C20: klucz publiczny ,,antiX Linux repo <repo@antixlinux.com>'' wczytano do zbioru
gpg: Ogółem przetworzonych kluczy: 1
gpg: dołączono do zbioru: 1
Thank you guys!
Re: Signatures of gpg repositories, are not correct
Posted: Mon Apr 29, 2024 11:51 am
by fehlix
Marek wrote: Mon Apr 29, 2024 11:08 am
fehlix wrote: Sun Apr 28, 2024 4:33 pm
You may try this:
Do remove the expired key manually:
Code: Select all
sudo rm /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
and run again
This work!
Good.
Do make sure you would either
* re-start MXPI and try the install the antix kernel.
or
* do manually remove the unfortunately left-over mxpitemp.list:
Code: Select all
sudo rm /etc/apt/sources.list.d/mxpitemp.list
Otherwise, if you would just upgrade, you would get quite a number of "antiX" packages.
Maybe "MX Package Installer" would make sure mxpitemp.list is always
removed, even if [mxpi]install fails. Currently in case [mxpi]install fails
the [mxpi]-postinstall will not be executed to run the cleanup.
@Adrian