【Rsyslog】Ubuntu 升级rsyslog

在Ubuntu上安装rsyslog

Adiscon Ubuntu存储库已设置为在Ubuntu上提供最新的rsyslog版本,包括必要的第三方软件包。

根据Ubuntu政策,我们支持尚未到期的Ubuntu版本。对于寿命终止后的某些Ubuntu版本,我们可能在PPA中包含软件包,但这些软件包可能会随时消失并且完全不受支持。

可在此处找到当前可用软件包的概述:Launchpad PPA

要在Ubuntu上安装rsyslog,请在终端窗口中执行以下操作:

sudo add-apt-repository ppa:adiscon/v8-devel
sudo apt-get update
sudo apt-get install rsyslog 

调试符号软件包:

Open file: /etc/apt/sources.list.d/adiscon-ubuntu-v8-devel-xenial.list
Edit first line to: deb http://ppa.launchpad.net/adiscon/v8-devel/ubuntu xenial main/debug
sudo apt-get update
sudo apt-get install rsyslog-dbgsym

如果您希望运行计划的稳定版本,请使用:

sudo add-apt-repository ppa:adiscon/v8-stable
sudo apt-get update
sudo apt-get install rsyslog

其他的系统升级rsyslog 方法见:
https://www.rsyslog.com/downloads/download-v8-stable/

猜你喜欢

转载自blog.csdn.net/qq_22227087/article/details/112968370