update netdata agent

Reading package lists… Done
Thu Dec 18 10:09:12 AM CET 2025 : INFO: netdata-updater.sh: Checking if native packages are still being published for this platform.
Thu Dec 18 10:09:12 AM CET 2025 : INFO: netdata-updater.sh: Native packages are still being published for this platform.
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
netdata-plugin-ibm : Depends: libodbc2 (>= 2.3.1) but it is not going to be installed
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
Thu Dec 18 10:09:13 AM CET 2025 : FATAL: netdata-updater.sh: FAILED TO UPDATE NETDATA: Failed to update Netdata repository config.
FAILED

The following non-fatal warnings or errors were encountered:

  • Failed to update Netdata repository config.

ABORTED Failed to update existing Netdata install at /: Failed to update Netdata repository config. HOW CAN I FIX AND UPDATE NETDADA AGENT ?

Hello Serhii,

Your Netdata Agent update is failing due to an unmet dependency for the optional netdata-plugin-ibm package. This plugin requires libodbc2 (version ≥ 2.3.1) which is not installed or cannot be satisfied on your system.

Most users do not need this plugin.

If that’s the case for you too, you can simply remove it. To do so,

sudo apt remove netdata-plugin-ibm netdata-plugin-ibm-libs

Then fix any remaining broken dependencies:

sudo apt --fix-broken install

Then manually update the agent:

sudo /usr/libexec/netdata/netdata-updater.sh