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?
[Solved] MX18 Now Need Key Updated to Install Updates
[Solved] MX18 Now Need Key Updated to Install Updates
Last edited by rej on Wed Feb 12, 2020 8:00 pm, edited 1 time in total.
Re: MX18 Now Need Key Updated to Install Updates
This might do:
Code: Select all
sudo apt install antix-archive-keyring -t a=mx,n=stretch
Re: [Solved] MX18 Now Need Key Updated to Install Updates
Thank you fehlix!!