EXPKEYSIG error and fix

Message
Author
User avatar
GuiGuy
Posts: 803
Joined: Sun Dec 16, 2007 6:29 pm

Re: EXPKEYSIG error and fix

#11 Post by GuiGuy »

asqwerth wrote: Wed Mar 13, 2019 10:06 am...........
But after copying, you still need to add the new key. You only save on the step of downloading the key file.
Will "sudo apt-get update" add it OK?
Edit:-
My question is really "How do I add the new key after I have copied it to the correct location?".

User avatar
fehlix
Developer
Posts: 10310
Joined: Wed Apr 11, 2018 5:09 pm

Re: EXPKEYSIG error and fix

#12 Post by fehlix »

asqwerth wrote: Wed Mar 13, 2019 10:06 am But after copying, you still need to add the new key. You only save on the step of downloading the key file.
You copy the updated trusted keyring not the keyfile: antix-archive-keyring.asc.

The file antix-archive-keyring.asc holds the public-signing key. It is not a gpg-keyring (despite the name)
The keyring is here: /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
with apt-key add you add/update public-key(s) from antix-archive-keyring.asc
into trusted keyring file /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg.

The just provided deb-file is doing exactly the same.
Replacing the trusted keying /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
with a newer on.
HTH
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
anticapitalista
Developer
Posts: 4160
Joined: Sat Jul 15, 2006 10:40 am

Re: EXPKEYSIG error and fix

#13 Post by anticapitalista »

If you copy /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg to all your boxes, run apt-get update and a new antix-archive-keyring deb will show up for installation.
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
fehlix
Developer
Posts: 10310
Joined: Wed Apr 11, 2018 5:09 pm

Re: EXPKEYSIG error and fix

#14 Post by fehlix »

GuiGuy wrote: Wed Mar 13, 2019 10:16 am
asqwerth wrote: Wed Mar 13, 2019 10:06 am...........
But after copying, you still need to add the new key. You only save on the step of downloading the key file.
Will "sudo apt-get update" add it OK?
Edit:-
My question is really "How do I add the new key after I have copied it to the correct location?".
Just copy, the newly updated keyring. Thats it. The updated keyring hold the mew public-signing key.
Or use the new deb-package which was just provided by aniti ( see updated first post )
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
fehlix
Developer
Posts: 10310
Joined: Wed Apr 11, 2018 5:09 pm

Re: EXPKEYSIG error and fix

#15 Post by fehlix »

anticapitalista wrote: Wed Mar 13, 2019 10:37 am If you copy /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg to all your boxes, run apt-get update and a new antix-archive-keyring deb will show up for installation.
Indeed, the new antix-archive-keyring deb will again replace the existing "copied" and already valid /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg, with the "same" already copied version. So by this this file is now also owned/provided by this deb-package.
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
GuiGuy
Posts: 803
Joined: Sun Dec 16, 2007 6:29 pm

Re: EXPKEYSIG error and fix

#16 Post by GuiGuy »

anticapitalista wrote: Wed Mar 13, 2019 10:37 am If you copy /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg to all your boxes, run apt-get update and a new antix-archive-keyring deb will show up for installation.
Thanks, anti. Does that mean asquerth's advice was wrong?

User avatar
asqwerth
Developer
Posts: 7213
Joined: Sun May 27, 2007 5:37 am

Re: EXPKEYSIG error and fix

#17 Post by asqwerth »

Ah so.

Follow anti and fehlix, not me!
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: EXPKEYSIG error and fix

#18 Post by KoO »

Da man anticapitalista Thank You
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
Otter
Posts: 25
Joined: Sun Jul 02, 2017 2:58 pm

Re: EXPKEYSIG error and fix

#19 Post by Otter »

Thank you very much. This worked.
:dancingman: Happy MX Linux User!

BobbieAN
Posts: 20
Joined: Thu Jan 03, 2019 3:48 pm

Re: EXPKEYSIG error and fix

#20 Post by BobbieAN »

anticapitalista wrote: Wed Mar 13, 2019 8:35 am For those users getting the EXPKEYSIG error.

Method 1:

3 steps, in a terminal

1.

Code: Select all

wget 'https://download.tuxfamily.org/antix/releases/antix-archive-keyring.asc'
or

Code: Select all

wget 'http://repo.antixlinux.com/antix-archive-keyring.asc'
2.

Code: Select all

sudo apt-key add antix-archive-keyring.asc
3.

Code: Select all

sudo apt-get update
Method 2:

1. Download antix-archive-keyring_20019.3.13_all.deb from here: http://repo.antixlinux.com

In the directory where you downloaded the deb, use gdebi to install or do this -

2.

Code: Select all

sudo dpkg -i antix-archive-keyring_20019.3.13_all.deb
3.

Code: Select all

sudo apt-get update
Method 1 worked, tnx.

Post Reply

Return to “antiX”