OS : Linux
VERSION=16.04.6 LTS ( Xenial )
I have installed zabbix agent 4.4 using link mentioned in the doc https://repo.zabbix.com/zabbix/4.4/u...xenial_all.deb with no problem. This installs the latest version of zabbix agent. Current version being 4.4.10 .
However I wanted to install a specific version of zabbix-agent which is 4.4.7. I used https://repo.zabbix.com/zabbix/4.4/u...nial_amd64.deb from the official zabbix repository
but I ran into the following problem
dpkg: dependency problems prevent configuration of zabbix-agent:
zabbix-agent depends on libcurl3 (>= 7.16.2); however:
Package libcurl3 is not installed.
I ran the following command and then tried to install zabbix-agent which did fixed the problem
sudo apt-get -f update
I do not have much experience in LINUX right now. Am I missing something here ? And to install 4.4.7, do I have to install libcurl3 first before unpacking ?
VERSION=16.04.6 LTS ( Xenial )
I have installed zabbix agent 4.4 using link mentioned in the doc https://repo.zabbix.com/zabbix/4.4/u...xenial_all.deb with no problem. This installs the latest version of zabbix agent. Current version being 4.4.10 .
However I wanted to install a specific version of zabbix-agent which is 4.4.7. I used https://repo.zabbix.com/zabbix/4.4/u...nial_amd64.deb from the official zabbix repository
but I ran into the following problem
dpkg: dependency problems prevent configuration of zabbix-agent:
zabbix-agent depends on libcurl3 (>= 7.16.2); however:
Package libcurl3 is not installed.
I ran the following command and then tried to install zabbix-agent which did fixed the problem
sudo apt-get -f update
I do not have much experience in LINUX right now. Am I missing something here ? And to install 4.4.7, do I have to install libcurl3 first before unpacking ?