Pgadmin4: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
From [https://wiki.postgresql.org/wiki/Apt this shit]... | From [https://wiki.postgresql.org/wiki/Apt this shit]... | ||
sudo apt | yes | sudo apt install postgresql-common | ||
sudo sh /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh | |||
# Morons don't limit it to 64-bit. Fix it via: | |||
root@melange:/etc/apt/sources.list.d# emacs -nw pgdg.list | |||
# Update the deb ... line to deb [arch=amd64] ... | |||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install pgadmin4 | yes | 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. |
Latest revision as of 02:38, 10 October 2020
From this shit...
yes | sudo apt install postgresql-common
sudo sh /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
# Morons don't limit it to 64-bit. Fix it via: root@melange:/etc/apt/sources.list.d# emacs -nw pgdg.list # Update the deb ... line to deb [arch=amd64] ...
sudo apt-get update yes | 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.