Pgadmin4: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 4: Line 4:
  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.

Revision as of 16:57, 25 April 2020

From this shit...

sudo apt-get install curl ca-certificates gnupg
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
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.