https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25886
Mark Rogers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Mark Rogers <[email protected]> --- (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.) $ echo "deb http://debian.koha-community.org/koha stable main $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/koha.list -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
