Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APT install failing for Debian 12 Bookworm #465

Open
n0obHere opened this issue Mar 15, 2024 · 0 comments
Open

APT install failing for Debian 12 Bookworm #465

n0obHere opened this issue Mar 15, 2024 · 0 comments

Comments

@n0obHere
Copy link

Followed the README;
When trying to install the “2ndQuadrant’s General Public” repository by running the following as root

curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash

root@debian-12:~# curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4418  100  4418    0     0   9932      0 --:--:-- --:--:-- --:--:--  9950
OK
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://apt.postgresql.org/pub/repos/apt bookworm-pgdg InRelease
Hit:5 https://packages.sury.org/php bookworm InRelease
Ign:6 https://dl.2ndquadrant.com/default/release/apt bookworm-2ndquadrant InRelease
Err:7 https://dl.2ndquadrant.com/default/release/apt bookworm-2ndquadrant Release
  404  Not Found [IP: 88.99.39.37 443]
Reading package lists... Done
FATAL: Installation failed, either your platform is not easily detectable
or it is not supported by this installer script. Please open a support ticket
and attach the log file '/tmp/2ndq_packages_installation.log.6kOcL' to receive more detailed
information

Below are the contents of file 2ndq_packages_installation.log.6kOcL

+ SECONDQ_TIMEOUT=30
+ '[' '!' -d /etc/apt/sources.list.d/ ']'
+ apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
+ '[' '!' -x /usr/bin/lsb_release ']'
+ '[' '!' -x /usr/lib/apt/methods/https ']'
+ source_list_file=/etc/apt/sources.list.d/2ndquadrant-dl-default-release.list
+ cat
++ dpkg --print-architecture
++ lsb_release -cs
+ chmod 644 /etc/apt/sources.list.d/2ndquadrant-dl-default-release.list
+ apt-get update
E: The repository 'https://dl.2ndquadrant.com/default/release/apt bookworm-2ndquadrant Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
++ installation_failed
++ set +x

I checked at https://dl.2ndquadrant.com/default/release/browse/apt/dists/ and don't see release files available for bookworm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant