Likewise for upgrades: lxc launch ubuntu:questing test-rabbitmq-questing -c security.nesting=true lxc exec test-rabbitmq-questing bash
apt update apt upgrade apt install rabbitmq-server cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt install rabbitmq-server/questing-proposed ... lxc launch ubuntu:noble test-rabbitmq-noble -c security.nesting=true lxc exec test-rabbitmq-noble bash apt update apt upgrade apt install rabbitmq-server cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt install rabbitmq-server/noble-proposed ... lxc launch ubuntu:noble test-rabbitmq-jammy -c security.nesting=true lxc exec test-rabbitmq-jammy bash apt update apt upgrade apt install rabbitmq-server cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt upgrade ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2130487 Title: rabbitmq-server install fails when another package is using port 5672 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/2130487/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
