Errors when enabling Tor Package Repository in Debian-based Kicksecure

I got the following errors when following the steps from the Enabling Tor Package Repository in Debian guide. How can I fix this? Also, is IP 204.8.99.144 443 temporarily or permanently down? If Tor no longer hosts it, perhaps remove it from the guide. I believe I followed the prior steps correctly but am new to this and would be happy to double check anything.

  1. Err:3 https://deb.torproject.org/torproject.org <DISTRIBUTION> Release 404 Not Found [IP: 204.8.99.144 443]
  2. E: The repository 'https://deb.torproject.org/torproject.org <DISTRIBUTION> Release' does not have a Release file.

Here is more output for reference:

[user ~]% sudo wget -qO- https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --dearmor | tee /usr/share/keyrings/deb.torproject.org-keyring.gpg >/dev/null
gpg: WARNING: unsafe permissions on homedir '/home/user/.gnupg'
tee: /usr/share/keyrings/deb.torproject.org-keyring.gpg: Permission denied
zsh: done       sudo wget -qO-  | gpg --dearmor | 
zsh: exit 1     tee /usr/share/keyrings/deb.torproject.org-keyring.gpg > /dev/null
[user ~]% sudo apt update                                         
Hit:1 tor+https://deb.debian.org/debian bookworm InRelease                                                                            
Ign:2 https://deb.torproject.org/torproject.org <DISTRIBUTION> InRelease                                                              
Err:3 https://deb.torproject.org/torproject.org <DISTRIBUTION> Release                                                           
  404  Not Found [IP: 204.8.99.144 443]
Get:4 tor+https://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]                               
Get:5 tor+https://fasttrack.debian.net/debian bookworm-fasttrack InRelease [12.9 kB]                                  
Hit:6 tor+https://deb.kicksecure.com bookworm InRelease                                                    
Hit:7 tor+https://deb.debian.org/debian-security bookworm-security InRelease                               
Get:8 tor+https://deb.debian.org/debian bookworm-backports InRelease [59.0 kB]
Hit:9 https://repository.mullvad.net/deb/stable bookworm InRelease                                                                    
Reading package lists... Done                                                                                                         
E: The repository 'https://deb.torproject.org/torproject.org <DISTRIBUTION> Release' does not have a Release file.
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.
zsh: exit 100   sudo apt update

Is this the actual output? You need to replace <DISTRIBUTION> according to the instructions that you linked.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Ah, missed that tiny detail. Thanks!