Dear Maintainer,
I attempted to install the `postgresql-17` package on Debian Trixie (amd64), but the installation fails because the dependent package `postgresql-client-17` cannot be fetched. This prevents `postgresql-17` from being installed at all.
Steps I followed:
1. Ran `sudo apt update` to refresh the package lists.
2. Ran `sudo apt install postgresql-17`.
Observed output:
Err:1 https://deb.debian.org/debian trixie/main amd64 postgresql-client-17 amd64 17.5-1
404 Not Found [IP: 199.232.58.132 443]
Error: Failed to fetch https://deb.debian.org/debian/pool/main/p/postgresql-17/postgresql-client-17_17.5-1_amd64.deb 404 Not Found [IP: 199.232.58.132 443]
Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Expected outcome:
I expected the `postgresql-17` package and all its dependencies, including `postgresql-client-17`, to be downloaded and installed successfully without errors.