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@xen1:~$ docker run -it debian:11
root@104f8750cb71:/# apt-get update
root@104f8750cb71:/# apt-get -y install ca-certificates wget gnupg2 dialog 
apt-utils sudo
root@104f8750cb71:/# wget -q -O- https://debian.koha-community.org/koha/gpg.asc 
| sudo apt-key add -
root@104f8750cb71:/# echo 'deb http://debian.koha-community.org/koha 22.05 
main' | sudo tee /etc/apt/sources.list.d/koha.list
root@104f8750cb71:/# apt-get update


root@104f8750cb71:/# apt-get -y install koha-common
...
Setting up koha-common (22.05.03-1) ...
...
root@2941ef956ace:/# echo $?
0


root@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@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@2941ef956ace:/# exit
exit
mason@xen1:~$
------------------------------------------

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/

Reply via email to