Bug 35519

Summary: apt install koha-common has error with koha-l10n
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: PackagingAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: dcook, magnus, mtj, pablo.bianchi
Version: 23.05   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Liz Rea 2023-12-07 21:50:47 UTC
Tomas said he saw this too, so it's not my (really Kyle's) custom package. :) 

Installing koha-common with apt install koha-common=<the package version string> with 23.05.06 over the top of an older version errors out as follows: 

dpkg: error processing archive /tmp/apt-dpkg-install-tZKDjI/062-koha-l10n_23.05.06-1_all.deb (--unpack):
 trying to overwrite '/usr/share/koha/misc/translator/po/am-Ethi-installer-MARC21.po', which is also in package koha-common 23.05.05

This can be fixed by running

apt install -f

and subsequent installs are ok.

Cheers,
Liz
Comment 1 David Cook 2024-07-29 01:03:50 UTC
Is this still an issue?
Comment 2 David Cook 2024-08-28 02:03:34 UTC
I'm going to close this one for now since it's been a while with no more follow up
Comment 3 Pablo AB 2025-08-02 05:41:01 UTC
I came across this issue upgrading from 20.11.19-3 to 24.11. "Solved" as Liz mentioned, with --fix-broken.