安装 rsyslog(Debian) 时出现问题。存储库未签名
Problem with installing rsyslog(Debian).The repository is not signed
我想在 Debian 中安装 rsyslog 版本 8.39.0
uname -a
Linux ads-web 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 GNU/Linux
我都按照指示去做。
添加到 /etc/apt/sources.list 行
deb http://debian.adiscon.com/v8-stable wheezy/
deb-src http://debian.adiscon.com/v8-stable wheezy/
在您的 apt 系统中安装 PGP 密钥
apt-key adv --recv-keys --keyserver keys.gnupg.net AEF0CF8E
但是当我尝试更新存储库时,出现以下错误
root@web:# apt update
W: GPG error: http://debian.adiscon.com/v8-stable wheezy/ Release: The following signatures were invalid: 1362E120FE08D280780169DC894ECF17AEF0CF8E
E: The repository 'http://debian.adiscon.com/v8-stable wheezy/ Release' 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.
存储库未签名,因此无法安装 rsyslog。
我的错误在哪里?
Debian Wheezy 已停产(https://www.debian.org/News/2018/20180601)
更新您的 /etc/apt/sources.list
以使用存档
deb http://archive.debian.org/debian/ wheezy main contrib non-free
然后使用apt-get update && apt-get install rsyslog
安装rsyslog
我想在 Debian 中安装 rsyslog 版本 8.39.0
uname -a
Linux ads-web 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 GNU/Linux
我都按照指示去做。
添加到 /etc/apt/sources.list 行
deb http://debian.adiscon.com/v8-stable wheezy/
deb-src http://debian.adiscon.com/v8-stable wheezy/
在您的 apt 系统中安装 PGP 密钥
apt-key adv --recv-keys --keyserver keys.gnupg.net AEF0CF8E
但是当我尝试更新存储库时,出现以下错误
root@web:# apt update
W: GPG error: http://debian.adiscon.com/v8-stable wheezy/ Release: The following signatures were invalid: 1362E120FE08D280780169DC894ECF17AEF0CF8E
E: The repository 'http://debian.adiscon.com/v8-stable wheezy/ Release' 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.
存储库未签名,因此无法安装 rsyslog。 我的错误在哪里?
Debian Wheezy 已停产(https://www.debian.org/News/2018/20180601)
更新您的 /etc/apt/sources.list
以使用存档
deb http://archive.debian.org/debian/ wheezy main contrib non-free
然后使用apt-get update && apt-get install rsyslog
安装rsyslog