Hello Henrique,
Since Ubuntu uses APT and stores repository lists in /etc/apt/sources.list and /etc/apt/sources.list.d/, you can disable it by either deleting the file: sudo rm /etc/apt/sources.list.d/*wazuh* Or, comment out the repository line in the file by adding # at the beginning of the line.
Update the package list after making changes:
sudo apt updateThis will disable the Wazuh repository in your Ubuntu system.
Please let me know if this helps