From ff205d6b3003b168750c68234048446a956bf70f Mon Sep 17 00:00:00 2001 From: Kaimbacher Date: Wed, 21 Jul 2021 14:38:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EInstall=5FPostgreSQL=5F13=5Fand=5FPost?= =?UTF-8?q?GIS=5F3=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Install_PostgreSQL_13_and_PostGIS_3.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Install_PostgreSQL_13_and_PostGIS_3.md b/Install_PostgreSQL_13_and_PostGIS_3.md index 8cb42b2..1f3eff5 100644 --- a/Install_PostgreSQL_13_and_PostGIS_3.md +++ b/Install_PostgreSQL_13_and_PostGIS_3.md @@ -78,7 +78,14 @@ to get the commandline tools shp2pgsql, raster2pgsql you need to do this: \ # Install pgadmin4 desktop -`sudo apt install pgadmin4-desktop` \ +``` +sudo curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add +sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list' +sudo apt update +``` + +`sudo apt install pgadmin4-desktop` + ``` The following additional packages will be installed: libfile-basedir-perl libfile-desktopentry-perl libfile-mimeinfo-perl