Hi, so I am trying to update tor to the newest version on my debian vps, only to receive this error:
Reading package lists... Done E: The repository 'https://deb.torproject.org/torproject.org st retch Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Here is my sources.list file,
## Note, this file is written by cloud-init on first boot of a$ ## modifications made here will not survive a re-bundle. ## if you wish to make changes you can: ## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/clo$ ## or do the same in user-data ## b.) add sources in /etc/apt/sources.list.d ## c.) make changes to template file /etc/cloud/templates/sour$ ###
# See http://www.debian.org/releases/stable/i386/release-notes$ # for how to upgrade to newer versions of the distribution. deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main
## Major bug fix updates produced after the final release of t$ ## distribution. deb http://security.debian.org/ buster/updates main deb-src http://security.debian.org/ buster/updates main deb http://deb.debian.org/debian buster-updates main deb-src http://deb.debian.org/debian buster-updates main
## Uncomment the following two lines to add software from the $ ## repository. ##
I am wondering what needs to be added here to allow tor to update? Thank you.
Hi,
On 27.10.2021 22:09, Keifer Bly wrote:
I am wondering what needs to be added here to allow tor to update? Thank you.
Have you noticed this support article? https://support.torproject.org/apt/tor-deb-repo/
Give it a try. :-)
- Leibi
On Wednesday, October 27, 2021 10:09:04 PM CEST Keifer Bly wrote:
Hi, so I am trying to update tor to the newest version on my debian vps, only to receive this error:
Here is my sources.list file,
deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main
deb http://security.debian.org/ buster/updates main deb-src http://security.debian.org/ buster/updates main deb http://deb.debian.org/debian buster-updates main deb-src http://deb.debian.org/debian buster-updates main
I am wondering what needs to be added here to allow tor to update? Thank you.
You have no archive from the Torproject in the sources list. Or take Debian Backports, that's just a few days after the Torproject on the same stand.
The script to bootstrap a debian server to be a set-and-forget tor relay I have recommended you several times. That makes everything in 30 sec. and you only need to configure the torrc.
tor-relays@lists.torproject.org