There appears to be a ‘temporary’ problem with access to several repos:
mirror/aarnet.edu.au/pub/mxlinux/packages/antix/trixie/dists/trixie/InRelease and 4 Debian repos.
I’ll try, again, a little later.
My computers are in a climate controlled space … it’s my body, when outdoors, that’s subject to the heat.
OK re. winter there. I never liked the cold and am already ‘mourning’ that the days are getting shorter and that they’re talking about Fall events. Sigh.
My .iso is set to an Australian mirror.
That should work , but it may work better if you change to a closer mirror
In AntiX Control Centre there is a gui app where you can change the mirror.
I think maybe you need a system update before it will install a package.
Try
apt update
apt upgrade
You gdnerally need to do a system upgrade bdford ig will let you do anything else.
Then if that works, try your install
Can you ping the repo site?
It always works for me out of the box, so you may have a network issue.
Can you access other internet sites by name ? It may be a DNS problem
Right, it is not finding a DNS server.
Here are the notes I made when that happened to me (I did have that occur once)
DNS lookup failure
AntiX used connmand in place of NetworkManager. Check that connmand is running. If running, you need to use connmanctl` to make sure connman uses dhcp on the correct interface and has nameservers. Try the following
connmanctl services
[make sure your interface's service-name is at top of the list ... note the name]
connmanctl config <service-name> --ipv4 dhcp
connmanctl config <service-name> --nameservers 1.1.1.1 8.8.8.8
Then,
Test that DNS is working by pinging something.
Connman can be difficult sometimes, but it can be mastered.