diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 5c2eb9b966..944b5703d8 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -31,11 +31,11 @@ psql (PostgreSQL) 16.1 In this case, your PostgreSQL major version is `16`. -There are official installation instructions for many operating systems on , so please follow the instructions on this page. However, since many users are using Ubuntu, and there are no instructions for Arch Linux and Fedora, we explicitly list the instructions for Ubuntu, Arch Linux and Fedora here. Please keep in mind that this is not official information and the procedures may change. +There are official installation instructions for many operating systems on , so please follow the instructions on this page. However, since many users are using Ubuntu LTS or Debian, and there are no instructions for Arch Linux and Fedora, we explicitly list the instructions for Ubuntu LTS, Debian, Arch Linux and Fedora here. Please keep in mind that this is not official information and the procedures may change. -##### Ubuntu +##### Ubuntu LTS -1. Install subdependencies and add apt repository +1. Install subdependencies ```sh sudo apt install -y software-properties-common sudo add-apt-repository -y universe @@ -43,14 +43,35 @@ There are official installation instructions for many operating systems on