Oracle linux 8
/etc/yum.conf
enableproxy=1
proxy=http://10.20.0.4:3128
Install Zabbix repository
rpm -Uvh https://repo.zabbix.com/zabbix/7.0/oracle/8/x86_64/zabbix-release-latest-7.0.el8.noarch.rpm
dnf clean all
Install Zabbix agent 2
dnf install zabbix-agent2
Remove zabbix agent
dnf remove zabbix-agent