[Koha] [Koha-devel] Dependency problem when installing Koha 21.11.10 on Debian 11
Mason James
mtj at kohaaloha.com
Thu Aug 4 17:15:24 NZST 2022
On 4/08/22 2:34 am, Michael Kuhn wrote:
> Hi
>
> Meanwhile I have also tried to install Koha 22.05.03 (instead of Koha 21.11.10) on a new machine with Debian 11 but it gave me the same error concerning package "rabbitmq-server".
>
> Is it really true that it is not possible to install these two revisions on Debian 11?
>
> Best wishes: Michael
hi Michael
i often use docker to confirm that koha installs successfully
you can use the following transcript to confirm it is possible to install...
------------------------------------------
mason at xen1:~$ docker run -it debian:11
root at 104f8750cb71:/# apt-get update
root at 104f8750cb71:/# apt-get -y install ca-certificates wget gnupg2 dialog apt-utils sudo
root at 104f8750cb71:/# wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
root at 104f8750cb71:/# echo 'deb http://debian.koha-community.org/koha 22.05 main' | sudo tee /etc/apt/sources.list.d/koha.list
root at 104f8750cb71:/# apt-get update
root at 104f8750cb71:/# apt-get -y install koha-common
...
Setting up koha-common (22.05.03-1) ...
...
root at 2941ef956ace:/# echo $?
0
root at 104f8750cb71:/# apt policy koha-common
koha-common:
Installed: 22.05.03-1
Candidate: 22.05.03-1
Version table:
*** 22.05.03-1 500
500 http://debian.koha-community.org/koha 22.05/main amd64 Packages
100 /var/lib/dpkg/status
root at 104f8750cb71:/# apt policy rabbitmq-server
rabbitmq-server:
Installed: 3.8.9-3
Candidate: 3.8.9-3
Version table:
*** 3.8.9-3 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
root at 2941ef956ace:/# exit
exit
mason at xen1:~$
------------------------------------------
More information about the Koha
mailing list