fixed using:
sudo apt-get update --fix-missing
And when I did apt install jq
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libjq1
The following NEW packages will be installed:
jq libjq1
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 194 kB of archives.
After this operation, 466 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirrors.syringanetworks.net/raspbian/raspbian bullseye/main armhf libjq1 armhf 1.6-2.1 [129 kB]
Get:2 http://mirrors.syringanetworks.net/raspbian/raspbian bullseye/main armhf jq armhf 1.6-2.1 [64.6 kB]
Fetched 194 kB in 1s (175 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libjq1:armhf.
(Reading database ... 27473 files and directories currently installed.)
Preparing to unpack .../libjq1_1.6-2.1_armhf.deb ...
Unpacking libjq1:armhf (1.6-2.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../archives/jq_1.6-2.1_armhf.deb ...
Unpacking jq (1.6-2.1) ...
Setting up libjq1:armhf (1.6-2.1) ...
Setting up jq (1.6-2.1) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u3) ...
it used mirrors.syringanetworks.net which isn’t even in my sources list?