BUG #18655: APT repository shell script doesn't work
От | PG Bug reporting form |
---|---|
Тема | BUG #18655: APT repository shell script doesn't work |
Дата | |
Msg-id | 18655-83945555aaa0e813@postgresql.org обсуждение исходный текст |
Ответы |
Re: BUG #18655: APT repository shell script doesn't work
|
Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 18655 Logged by: William Chipman Email address: bill@chipmaninfo.com PostgreSQL version: 16.0 Operating system: Linux Mint Debian Edition (LMDE) Description: The script provided from the postgresql Debian installation page (https://www.postgresql.org/download/linux/debian/) is: deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' The system throws an error about the debian version (LMDE is faye, but the Debian version is bookworm). Also, the system defaults to i386 architecture, which is not supported. Adding arch-amd64 to the predicate fixes this. Working line below: deb [arch=amd64 signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt bookworm-pgdg main
В списке pgsql-bugs по дате отправления: