Ubuntu 24 patches getting failed

Refer below logs , we are getting ubuntu patches failed issue. anyone having idea on this.

[Fri Jan 30 07:16:26 PM IST 2026] 796 __ (universe/dep11/Components-amd64.yml) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target DEP-11 (universe/dep11/Components-all.yml) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target CNF (universe/cnf/Commands-amd64) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target CNF (universe/cnf/Commands-all) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multive
[Fri Jan 30 07:16:26 PM IST 2026] 796 _
_ rse/binary-amd64/Packages) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Translations (multiverse/i18n/Translation-en_US) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target Translations (multiverse/i18n/Translation-en) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target
[Fri Jan 30 07:16:26 PM IST 2026] 796 __ DEP-11 (multiverse/dep11/Components-amd64.yml) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target DEP-11 (multiverse/dep11/Components-all.yml) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target CNF (multiverse/cnf/Commands-amd64) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 W: Target CNF (multiverse/cnf/Commands-all) is configured multiple times in /var/opt/BESClient/__BESData/Patches for Ubuntu 2404/apt/sources.list:3 and /etc/apt/sources.list.d/ubuntu.sources:1 E: Unmet dep
[Fri Jan 30 07:16:26 PM IST 2026] 796 _
_ endencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Seems there are duplicate APT sources in two different locations /etc/apt/sources.list.d/ubuntu.sources and /var/opt/BESClient/__BESData/Patches as per the logs. Hence the error E: Unmet dependenciesTry to clear Local duplicates If /etc/apt/sources.list is not empty, comment out its contents or move it to a backup. Ubuntu 24.04 primarily uses /etc/apt/sources.list.d/ubuntu.sourcesRepair dependencies. You can use the below command - sudo apt --fix-broken install

After runnig above command, we need to reinitiate patches again, am i right.

Yes, in case there is no open action is retry. Need to initiate another. Let us know if it worked