I'm ok with Linux but not great....
using Lubuntu (but had the same issue on Ubuntu Server, which i would prefer to use).
Installed Dependencies without issue: apache, php, mariadb, mysql.
Zabbix repository seemed to work fine:
# wget https://repo.zabbix.com/zabbix/7.0/u...u24.04_all.deb
# dpkg -i zabbix-release_latest+ubuntu24.04_all.deb
# apt update
The problem comes when i try to "install zabbix server, frontend, agent.
root@xxxxx:/home/xx# apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package zabbix-server-mysql
E: Unable to locate package zabbix-agent
Can anyone point me in the correct direction.
install info:
root@xxxxx:/home/xxxx# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
Thanks in advance!
Jim
using Lubuntu (but had the same issue on Ubuntu Server, which i would prefer to use).
Installed Dependencies without issue: apache, php, mariadb, mysql.
Zabbix repository seemed to work fine:
# wget https://repo.zabbix.com/zabbix/7.0/u...u24.04_all.deb
# dpkg -i zabbix-release_latest+ubuntu24.04_all.deb
# apt update
The problem comes when i try to "install zabbix server, frontend, agent.
root@xxxxx:/home/xx# apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package zabbix-server-mysql
E: Unable to locate package zabbix-agent
Can anyone point me in the correct direction.
install info:
root@xxxxx:/home/xxxx# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
Thanks in advance!
Jim
Comment