| From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Cc: | kes-kes(at)yandex(dot)ru |
| Subject: | BUG #17682: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)) |
| Date: | 2022-11-10 17:20:48 |
| Message-ID: | 17682-0c66cc3c66fa5a98@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 17682
Logged by: Eugen Konkov
Email address: kes-kes(at)yandex(dot)ru
PostgreSQL version: 15.1
Operating system: Ubuntu
Description:
Hello, Team.
This documentation page should be updated:
https://www.postgresql.org/download/linux/ubuntu/
In addition to:
```
# Create the file repository configuration:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release
-cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
# Import the repository signing key:
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo
apt-key add -
```
Would be nice to mention:
```
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg
--dearmor | sudo tee /etc/apt/trusted.gpg.d/postgres.gpg
```
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Bug reporting form | 2022-11-10 17:58:16 | BUG #17683: OAuth error: This email address is already attached to a different account |
| Previous Message | hubert depesz lubaczewski | 2022-11-10 15:51:17 | Re: Warnings about perl when compiling current HEAD |