shell

debian 系统安装zabbix-agent2 报错Depends: libssl1.1 (>= 1.1.1) but it is not installable

https://blog.csdn.net/d27liu/article/details/126399242

 

 

root@VM-0-6-debian:/home# apt install zabbix-agent2

zabbix-agent2 : Depends: libssl1.1 (>= 1.1.1) but it is not installable

 

 

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
root@VM-0-6-debian:/home# dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
apt install zabbix-agent2

posted @ 2025-03-03 14:33  devops运维  阅读(122)  评论(0)    收藏  举报
python