Pgadmin4: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 1: Line 1:
From [https://wiki.postgresql.org/wiki/Apt this shit]...
From [https://wiki.postgresql.org/wiki/Apt this shit]...
  sudo apt-get install curl ca-certificates gnupg
  sudo apt install postgresql-common
  curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
  sudo sh /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
 
  sudo apt-get update
  sudo apt-get update
  sudo apt-get install pgadmin4
  sudo apt-get install pgadmin4


It will install something like 44 packages FUCKSAKE.  NOTE TO SELF You need to find something better than postgres that is not designed and written by OCD asberger's victims.  GOD DAMN LIFE IS HARD.
It will install something like 44 packages FUCKSAKE.  NOTE TO SELF You need to find something better than postgres that is not designed and written by OCD asberger's victims.  GOD DAMN LIFE IS HARD.

Revision as of 01:55, 4 May 2020

From this shit...

sudo apt install postgresql-common
sudo sh /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
sudo apt-get update
sudo apt-get install pgadmin4

It will install something like 44 packages FUCKSAKE. NOTE TO SELF You need to find something better than postgres that is not designed and written by OCD asberger's victims. GOD DAMN LIFE IS HARD.