https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25886 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #20 from Mason James <mtj@kohaaloha.com> --- (In reply to Mark Rogers from comment #19)
(In reply to Phantom from comment #10)
did this:
echo 'deb http://debian.koha-community.org/koha stable main bionic' | tee /etc/apt/sources.list.d/koha.list
and the install is complete successfully.
I had the same issue with libmojolicious-plugin-openapi-perl being unable to update from 1.15-1~kohadev1 to 2.16-1+koha1.
My /etc/apt/sources.list.d/koha.list was also missing "bionic" at the end, and adding it fixed the issue.
I was missing "bionic" after following the instructions at https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages in my previous upgrades (from 18.05 to 18.11, 19.05, and 19.11). Those instructions are trying to cover Ubuntu installations since (and including) 16.04, but do not include any codename ("xenial" or "bionic") in the koha.list file.
Should the instructions on the wiki be updated to say the following? (I'm requesting an account on the Wiki so I can make the change.)
hi Mark, the following page is now marked obsolete, so no need to update it https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages we have combined both debian and ubuntu installation guides, as the install steps are identical https://wiki.koha-community.org/wiki/Koha_on_Debian -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.