[Koha-bugs] [Bug 25886] libmojolicious-plugin-openapi-perl and libnet-oauth2-authorizationserver-perl unable to install

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 6 06:45:08 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25886

--- Comment #9 from Mason James <mtj at kohaaloha.com> ---
(In reply to Mason James from comment #8)
> (In reply to Phantom from comment #7)
> > Same error when tried the instructions as was pointed out. 
> > 
> > In addition, I also brought down Ubuntu 18.04 and tried to install Koha and
> > got the same error. 

you can quickly verify that the install procedure works, using docker...


$ docker -v
Docker version 19.03.12, build 48a66213fe

$ docker run  -ti ubuntu:18.04 bash
root at 23e24cb24a95:/# apt-get update
root at 23e24cb24a95:/# apt-get -y install wget gnupg2
root at 23e24cb24a95:/# wget -q -O- http://debian.koha-community.org/koha/gpg.asc
| apt-key add - 
root at 23e24cb24a95:/# echo 'deb http://debian.koha-community.org/koha stable
main bionic' | tee /etc/apt/sources.list.d/koha.list 
root at 23e24cb24a95:/# apt-get update

root at 23e24cb24a95:/# apt-get -y install koha-common

root at 23e24cb24a95:/# apt-cache policy koha-common
koha-common:
  Installed: 20.05.02-1  <<<<<<<<<<
  Candidate: 20.05.02-1  
  Version table:
 *** 20.05.02-1 500
        500 http://debian.koha-community.org/koha stable/main amd64 Packages
        100 /var/lib/dpkg/status

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list