我的 Debian 版本发生了一些事情,我不知道这是怎么发生的。我没有编辑/etc/apt/sources.list
。
我运行 Vultr VPS。
我的问题是这样的:
my_login@debian:~$ sudo apt update
Hit:1 https://apprepo.vultr.com/debian universal InRelease
Ign:2 http://security.ubuntu.com/ubuntu bullseye-security InRelease
Ign:3 http://archive.ubuntu.com/ubuntu bullseye InRelease
Err:4 http://security.ubuntu.com/ubuntu bullseye-security Release
404 Not Found [IP: 2001:67c:1562::18 80]
Ign:5 http://archive.ubuntu.com/ubuntu bullseye-updates InRelease
Ign:6 http://archive.ubuntu.com/ubuntu bullseye-backports InRelease
Err:7 http://archive.ubuntu.com/ubuntu bullseye Release
404 Not Found [IP: 2001:67c:1562::18 80]
Err:8 http://archive.ubuntu.com/ubuntu bullseye-updates Release
404 Not Found [IP: 2001:67c:1562::18 80]
Err:9 http://archive.ubuntu.com/ubuntu bullseye-backports Release
404 Not Found [IP: 2001:67c:1562::18 80]
Hit:10 https://deb.torproject.org/torproject.org bullseye InRelease
Hit:11 https://deb.torproject.org/torproject.org tor-experimental-bullseye InRelease
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu bullseye-security 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.
E: The repository 'http://archive.ubuntu.com/ubuntu bullseye 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.
E: The repository 'http://archive.ubuntu.com/ubuntu bullseye-updates 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.
E: The repository 'http://archive.ubuntu.com/ubuntu bullseye-backports 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.
我正在安装tor
操作tor
中间继电器。我正在做所有写的事情这里。我在名为 的
新文件中创建了一个新文件。我添加了以下条目:/etc/apt/sources.list.d/
tor.list
- deb [签名者=/usr/share/keyrings/tor-archive-keyring.gpg]https://deb.torproject.org/torproject.org靶心主要
- deb-src [签名者=/usr/share/keyrings/tor-archive-keyring.gpg]https://deb.torproject.org/torproject.org靶心主要
但我没有编辑/etc/apt/sources.list
。 100%确定我没有碰它。
我有 Vultr 的 VPS。他们控制内容吗/etc/apt/sources.list
?
比如,他们可以在我重新启动 VPS 时更改此文件吗?使用这个叫做cloud-init
??的东西
my_login@debian:~$ dpkg --get-selections | grep cloud-init
cloud-init install
因为我没有编辑/etc/apt/sources.list
文件并且它已更改。但可以肯定的是,我今天重新启动了我的服务器八九次。
以及为什么到处都写着http://security.ubuntu.com/ubuntu
or
http://archive.ubuntu.com/ubuntu
。我有 Debian Bullseye 版本。
my_login@debian:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye