-
Type:
Problem report
-
Resolution: Cannot Reproduce
-
Priority:
Blocker
-
None
-
Affects Version/s: 4.0.6
-
Component/s: Installation (I), Packages (C)
-
None
-
Environment:Ubuntu 18.04
Steps to reproduce:
On adding the following lines to `/etc/apt/sources.list.d/zabbix.list` and running `sudo apt update`, key verification fails
Lines added to `zabbix.list`:
deb http://repo.zabbix.com/zabbix/4.0/ubuntu bionic main deb-src http://repo.zabbix.com/zabbix/4.0/ubuntu bionic main
On running `sudo apt update`:
... Get:5 http://repo.zabbix.com/zabbix/4.0/ubuntu bionic InRelease [7,096 B] Err:5 http://repo.zabbix.com/zabbix/4.0/ubuntu bionic InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 082AB56BA14FE591 ... Reading package lists... Done W: GPG error: http://repo.zabbix.com/zabbix/4.0/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 082AB56BA14FE591 E: The repository 'http://repo.zabbix.com/zabbix/4.0/ubuntu bionic InRelease' 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.
Result:
See above
Expected:
To be able to install zabbix like any other package through `apt install`