Method 1:
3 steps, in a terminal
1.
Code: Select all
wget 'https://download.tuxfamily.org/antix/releases/antix-archive-keyring.asc'
Code: Select all
wget 'http://repo.antixlinux.com/antix-archive-keyring.asc'
Code: Select all
sudo apt-key add antix-archive-keyring.asc
Code: Select all
sudo apt-get update
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
Code: Select all
sudo apt-get update