Install on antix (debian)

I follow the instructions on this website for installing on ubuntu, even though I use antix, which is another debian clone. Tried to install with apt install tor and that failed by not finding the package. then I added the two lines to tor.list and get:

Get:7 https://deb.torproject.org/torproject.org buster InRelease [3,527 B]
Err:7 https://deb.torproject.org/torproject.org buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 74A941BA219EC810
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://mirrors.rit.edu/mxlinux/mx-packages/antix/buster buster InRelease: The following signatures were invalid: EXPKEYSIG DB36CDF3452F0C20 antiX (antix repo) <repo@antixlinux.com>
W: GPG error: https://deb.torproject.org/torproject.org buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 74A941BA219EC810
E: The repository 'https://deb.torproject.org/torproject.org buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
$ sudo apt install tor deb.torproject.org-keyring

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package deb.torproject.org-keyring
E: Couldn't find any package by glob 'deb.torproject.org-keyring'
E: Couldn't find any package by regex 'deb.torproject.org-keyring'

please, help

I cannot reproduce or test your issue, but in the error it says to run this command first: sudo apt install tor deb.torproject.org-keyring. It looks like this will set up your system to accept the keys used to sign the software you’re trying to install. So try running that, and then see if it works after that.

Edit: sorry, I think that is the command you were trying to run that didn’t work, I didn’t realize that at first

yes, I ran that and the first error came after running

sudo apt update

also: i am not sure if it tries to install as per the setup in the tor.list or it uses the default setup for tor. is there a way to force it to use tor.list?

today it worked by using the default method. maybe the repo was offline yesterday. also notice howw it goes to bulls eye and not buster even though lsb_release says buster.

$ sudo apt install --fix-missing tor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libevent-2.1-7
Suggested packages:
  mixmaster torbrowser-launcher socat tor-arm apparmor-utils obfs4proxy
Recommended packages:
  tor-geoipdb torsocks
The following NEW packages will be installed:
  libevent-2.1-7 tor
0 upgraded, 2 newly installed, 0 to remove and 1397 not upgraded.
Need to get 2,019 kB/2,208 kB of archives.
After this operation, 6,218 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ftp.us.debian.org/debian bullseye/main amd64 tor amd64 0.4.5.10-1~deb11u1 [2,019 kB]
Fetched 2,019 kB in 1s (1,933 kB/s)
Selecting previously unselected package libevent-2.1-7:amd64.
(Reading database ... 181141 files and directories currently installed.)
Preparing to unpack .../libevent-2.1-7_2.1.12-stable-1_amd64.deb ...
Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1) ...
Selecting previously unselected package tor.
Preparing to unpack .../tor_0.4.5.10-1~deb11u1_amd64.deb ...
Unpacking tor (0.4.5.10-1~deb11u1) ...
Setting up libevent-2.1-7:amd64 (2.1.12-stable-1) ...
Setting up tor (0.4.5.10-1~deb11u1) ...
Something or somebody made /var/lib/tor disappear.
Creating one for you again.
Something or somebody made /var/log/tor disappear.
Creating one for you again.
[ ok ] Starting tor daemon...done.
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for libc-bin (2.31-13) ...

Hi, are you trying to install the tor service or Tor Browser?