Skip to content
Discussion options

You must be logged in to vote

@sylvainfaivre I have tried again and I cannot reproduce any 403s with a real apt client on an x86-64 Trixie host.

Starting a Container

# "docker" is an alias for Podman
docker run -it --dns 8.8.8.8 debian:trixie /bin/bash
apt update -y
apt upgrade -y

# then install Helix

Install sudo Used by the Installation Script

apt install -y sudo

The Script

Taken straight from the RabbitMQ doc guide for Debian and Ubuntu:

#!/bin/sh

sudo apt-get install curl gnupg apt-transport-https -y

## Team RabbitMQ's signing key
curl -1sLf "https://keys.openpgp.org/vks/v1/by-fingerprint/0A9AF2115F4687BD29803A206B73A36E6026DFCA" | sudo gpg --dearmor | sudo tee /usr/share/keyrings/com.rabbitmq.team.gpg > /dev/n…

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
2 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14430 on August 26, 2025 14:52.