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
Signatures of gpg repositories, are not correct [Solved]
Re: Signatures of gpg repositories, are not correct
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Signatures of gpg repositories, are not correct
This work!fehlix wrote: Sun Apr 28, 2024 4:33 pm You may try this:
Do remove the expired key manually:and run againCode: Select all
sudo rm /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
Code: Select all
checkaptgpg
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
Re: Signatures of gpg repositories, are not correct
Good.Marek wrote: Mon Apr 29, 2024 11:08 amThis work!fehlix wrote: Sun Apr 28, 2024 4:33 pm You may try this:
Do remove the expired key manually:and run againCode: Select all
sudo rm /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
Code: Select all
checkaptgpg
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
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