M
M
Maxim2021-06-15 01:34:20
Zabbix
Maxim, 2021-06-15 01:34:20

Can't install zabbix 5.0.1 on raspberry?

Good evening.
I put zabbix 5.0.1 (this version is needed)

wget https://repo.zabbix.com/zabbix/5.0/raspbian/pool/m... (lsb_release -sc)_all.deb
dpkg -i zabbix-release_5.0-1+$(lsb_release -sc)_all. deb
apt update


But I get this warning:
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository ' repo.zabbix.com/zabbix/5.0/debian buster InRelease' doesn't support architecture 'armhf'


Versions 5.2 and 5.4 install without errors
How to install specifically version 5.0.1

Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Yuriev, 2021-06-15
@Torres90

in the configs in the /etc/apt directory
, find where you have the
repo.zabbix.com/zabbix/5.0/ debian buster main
turnip and correct it for
repo.zabbix.com/zabbix/5.0/ raspbian buster main
the turnip can be written in the file
/etc/apt/sources.list
or one of the files in the
/etc/apt/source.list.d/ directory
most likely in the
/etc/apt/source.list.d/zabbix.list file
But strangely enough, since the deb package that you install should register correctly, apparently before that you accidentally rolled up a package for a regular debian

D
Drno, 2021-06-15
@Drno

Well, he writes in black and white - the wrong PC architecture
Choose the correct version, for ARM x64

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question