我想在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。 我的错误在哪里?
答案 0 :(得分:2)
Debian Wheezy是EOL(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