https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #1 from Mason James <mtj@kohaaloha.com> --- Created attachment 106496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106496&action=edit Bug 25920: Add liblocale-codes-perl package to fix ubuntu-stable (focal) to test on ubuntu-20... 1/ install koha-common pkg $ sudo apt install koha-common 2/ confirm liblocale-codes-perl pkg is not installed :( $ apt-cache policy liblocale-codes-perl | grep Installed Installed: (none) 3/ apply patch 4/ build and install new koha-common pkg 5/ confirm liblocale-codes-perl pkg is now installed :) $ apt-cache policy liblocale-codes-perl | grep Installed Installed: 3.62-1 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.