[Solved] MX18 Now Need Key Updated to Install Updates

Message
Author
rej
Posts: 160
Joined: Thu Mar 09, 2017 10:11 pm

[Solved] MX18 Now Need Key Updated to Install Updates

#1 Post by rej »

n March of 2019, in order to install updates, a keyring needed to be updated.

"...following packages cannot be authenticated!"

I used the one-liner provided by "oops".

viewtopic.php?f=40&t=49056&hilit=antix+ ... ng#p490453

sudo -v ; wget 'https://download.tuxfamily.org/antix/re ... eyring.asc' -O- | sudo apt-key add - ; sudo apt-get update

I have had to use it again on any snapshots that were created with MX18.

Is it okay to use this again to update key?
Last edited by rej on Wed Feb 12, 2020 8:00 pm, edited 1 time in total.

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

Re: MX18 Now Need Key Updated to Install Updates

#2 Post by fehlix »

This might do:

Code: Select all

sudo apt install  antix-archive-keyring -t a=mx,n=stretch

rej
Posts: 160
Joined: Thu Mar 09, 2017 10:11 pm

Re: [Solved] MX18 Now Need Key Updated to Install Updates

#3 Post by rej »

Thank you fehlix!!

Post Reply

Return to “Software / Configuration”