Add instructions for downloading Linux (Mint)

From: Черников Д А <DAChernikov(at)niiar(dot)ru>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Add instructions for downloading Linux (Mint)
Date: 2023-07-25 09:30:24
Message-ID: 8f1d3828-36ad-8e46-6061-5b1150021828@niiar.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

NAME="Linux Mint"
VERSION="21.2 (Victoria)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.2"
VERSION_ID="21.2"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=victoria
UBUNTU_CODENAME=jammy

https://www.postgresql.org/download/linux/ubuntu/

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc |
sudo gpg --dearmor -o /usr/share/keyrings/pgdg-archive-keyring.gpg

sudo su

. /etc/os-release; if [ ! -z ${UBUNTU_CODENAME+x} ]; then
DIST="${UBUNTU_CODENAME}"; else DIST="$(lsb_release -c| awk '{print
$2}')"; fi; \
echo "deb [arch=amd64
signed-by=/usr/share/keyrings/pgdg-archive-keyring.gpg]
http://apt.postgresql.org/pub/repos/apt ${DIST}-pgdg main" >
/etc/apt/sources.list.d/${DIST}-pgdg.list

exit

sudo apt-get update

sudo apt -y install postgresql --fix-missing

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander Lakhin 2023-07-25 10:00:00 Re: BUG #18014: Releasing catcache entries makes schema_to_xmlschema() fail when parallel workers are used
Previous Message PG Bug reporting form 2023-07-25 08:57:58 BUG #18035: Assertion failure in jsonb_path_query