安装 syslog-ng 时未满足的依赖关系

安装 syslog-ng 时未满足的依赖关系

当我想从最新版本的 ubuntu server 22.0.4.1 安装最新版本的 syslog-ng 时,遇到了依赖问题。我在网上没有找到任何解决方案来解决这个依赖关系:

root@mylinux:/# sudo apt install syslog-ng
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 syslog-ng-core : Depends: libjson-c4 (>= 0.13.1) but it is not installable
                  Depends: libssl1.1 (>= 1.1.1) but it is not installable
 syslog-ng-mod-sql : Depends: libssl1.1 (>= 1.1.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

有人能帮助我吗?

我的Linux版本:

root@mylinux:/# lsb_release -d
Description:    Ubuntu 22.04.1 LTS

相关内容