pgcat
pgcat copied to clipboard
unable to apt install pgcat, 403 forbidden
Seems to be duplicate behavior of: https://github.com/postgresml/pgcat/issues/836
Describe the bug E: Failed to fetch https://apt.postgresml.org/dists/noble/main/binary-amd64/Packages 403 Forbidden [IP: 104.26.14.62 443]
To Reproduce Steps to reproduce the behavior:
- Follow the instructions in the README:
echo "deb [trusted=yes] https://apt.postgresml.org $(lsb_release -cs) main" | \
sudo tee -a /etc/apt/sources.list && \
sudo apt-get update && \
sudo apt install pgcat
Expected behavior Install the APT package.
Desktop (please complete the following information):
- OS: Ubuntu 24.04.1 LTS
Additional context Add any other context about the problem here.