You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debian Trixie is nowhere near the release
and currently Erlang fails to build on it
because they have bumped autoconf to 2.72.
Buster is nearly completely dead. So are
non-LTS Ubuntu distributions.
Finally, Launchpad really isn't meant to support
Debian, so let's stop recommending using Bionic
packages because they do not even provide Erlang 26,
which is required by RabbitMQ 4.0.x and 3.13.x.
sudo tee /etc/apt/sources.list.d/rabbitmq.list <<EOF
693
-
## Provides modern Erlang/OTP releases from a Cloudsmith mirror
694
-
##
695
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian buster main
696
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian buster main
697
-
698
-
# another mirror for redundancy
699
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian buster main
700
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian buster main
701
-
702
-
## Provides RabbitMQ from a Cloudsmith mirror
703
-
##
704
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian buster main
705
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian buster main
706
-
707
-
# another mirror for redundancy
708
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian buster main
709
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian buster main
710
-
EOF
711
-
```
712
-
</TabItem>
713
-
714
-
<TabItemvalue="debian-trixie"label="Debian Trixie and Debian Sid">
715
-
```bash
716
-
sudo tee /etc/apt/sources.list.d/rabbitmq.list <<EOF
717
-
## Provides modern Erlang/OTP releases from a Cloudsmith mirror
718
-
##
719
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian trixie main
720
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian trixie main
721
-
722
-
# another mirror for redundancy
723
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian trixie main
724
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.E495BB49CC4BBE5B.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian trixie main
725
-
726
-
## Provides RabbitMQ from a Cloudsmith mirror
727
-
##
728
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian trixie main
729
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian trixie main
730
-
731
-
# another mirror for redundancy
732
-
deb [arch=amd64 signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian trixie main
733
-
deb-src [signed-by=/usr/share/keyrings/rabbitmq.9F4587F226208342.gpg] https://ppa2.rabbitmq.com/rabbitmq/rabbitmq-server/deb/debian trixie main
734
-
EOF
735
-
```
736
-
</TabItem>
737
591
</Tabs>
738
592
739
593
@@ -1201,8 +1055,7 @@ contents will vary from Ubuntu version to Ubuntu version.
1201
1055
```bash
1202
1056
# This Launchpad PPA repository provides Erlang packages produced by the RabbitMQ team
1203
1057
#
1204
-
# Replace $distribution with the name of the Ubuntu release used. On Debian,
1205
-
# use "bionic"
1058
+
# Replace $distribution with the name of the Ubuntu release used
1206
1059
deb [arch=amd64 signed-by=/usr/share/keyrings/net.launchpad.ppa.rabbitmq.erlang.gpg] http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu noble main
1207
1060
deb-src [signed-by=/usr/share/keyrings/net.launchpad.ppa.rabbitmq.erlang.gpg] http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu noble main
# This Launchpad PPA repository provides Erlang packages produced by the RabbitMQ team
1215
1068
#
1216
-
# Replace $distribution with the name of the Ubuntu release used. On Debian,
1217
-
# use "bionic"
1069
+
# Replace $distribution with the name of the Ubuntu release used
1218
1070
deb [arch=amd64 signed-by=/usr/share/keyrings/net.launchpad.ppa.rabbitmq.erlang.gpg] http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu jammy main
1219
1071
deb-src [signed-by=/usr/share/keyrings/net.launchpad.ppa.rabbitmq.erlang.gpg] http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu jammy main
# This Launchpad PPA repository provides Erlang packages produced by the RabbitMQ team
1226
1078
#
1227
-
# Replace $distribution with the name of the Ubuntu release used. On Debian,
1228
-
# use "bionic"
1079
+
# Replace $distribution with the name of the Ubuntu release used
1229
1080
deb [arch=amd64 signed-by=/usr/share/keyrings/net.launchpad.ppa.rabbitmq.erlang.gpg] http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu focal main
1230
1081
deb-src [signed-by=/usr/share/keyrings/net.launchpad.ppa.rabbitmq.erlang.gpg] http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu focal main
0 commit comments