On 28/09/22 2:57 am, Isabel Pineda wrote:
Hi Mason. The output is:

rabbitmq-server:
   Installed: 3.10.7-1
   Candidate: 3.11.0-1
   Version table:
      3.11.0-1 500
         500 https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu jammy/main 
a                                                                               
     md64 Packages
         500 https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu jammy/main 
i                                                                               
     386 Packages


hi Isabel
your system has a problematic version of 'rabbitmq-server', installed from a 
non-offical repository called 'packagecloud.io'

you will need to delete the file in /apt/sources.list.d/* that adds the 
'packagecloud.io' repo


locate the file using the following command
  1/ grep -irl  packagecloud.io  /etc/apt/sources.list.d/

delete problematic repo file
   rm /apt/source.list.d/problematic-repo.list


  2/ apt update

install downgraded 22.05/jammy version from ubuntu repo
  3/ apt install rabbitmq-server=3.9.13-1

  4/ apt install koha-common

_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to