Koha 23.11 on Ubuntu 22.04: broken dependency
Hi, when trying to update Koha to the newest release (23.11) in my Ubuntu system (22.04) I get the following error: Errors were encountered while processing: /var/cache/apt/archives/koha-l10n_23.11.00-1_all.deb The following packages have unmet dependencies: perl : Depends: perl-base (= 5.34.0-3ubuntu1.2) but 5.34.0-3ubuntu1.3 is installed and I cannot proceed in updating both Koha, and all other packages pending update. Any hint? Many thanks and best regards, Giuseppe.
Hi, Giuseppe! I had the same issue on two test systems, one updating to 22.05.17 and one updating to 22.11.12. Running the following command allowed the whole process to continue: sudo apt --fix-broken install I hope this works for you, too! David Liddle On Sat, Dec 2, 2023 at 6:50 AM Giuseppe Angilella < Giuseppe.Angilella@ct.infn.it> wrote:
Hi,
when trying to update Koha to the newest release (23.11) in my Ubuntu system (22.04) I get the following error:
Errors were encountered while processing: /var/cache/apt/archives/koha-l10n_23.11.00-1_all.deb
The following packages have unmet dependencies: perl : Depends: perl-base (= 5.34.0-3ubuntu1.2) but 5.34.0-3ubuntu1.3 is installed
and I cannot proceed in updating both Koha, and all other packages pending update.
Any hint?
Many thanks and best regards,
Giuseppe.
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, David! Encouraged by your experience, I did as you (and the system itself, in fact) suggested to do (but I had not the nerve to do!). I had to run the command twice, for some reason, but it seemed it worked, eventually! Many thanks! Giuseppe. On Sat, 2 Dec 2023, David Liddle wrote:
Hi, Giuseppe! I had the same issue on two test systems, one updating to 22.05.17 and one updating to 22.11.12. Running the following command allowed the whole process to continue:
sudo apt --fix-broken install
I hope this works for you, too!
David Liddle
participants (2)
-
David Liddle -
Giuseppe Angilella