Looking to install pgadmin4 to ubuntu 22.04.
I used the following:
curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
I then found a tutorial That suggested using:
wget -0- https://example.com/key/repo-key.gpg> | gpg--dearmor | sudo tee /usr/share/keyrings/<myrepository>-archive-keyring.gpg
I'm just not quite sure how to use the command (or if its even what will address the issue).
Postgresql is installed.
Note: apologies in advance - I'm brand new to linux and command line so I'm not super familiar with the fundamentals yet.
PgAdmin4
? - What commands did you use to installPgAdmin4
? - Ispostgresql
installed on your Ubuntu? I'd suggest you to use the official website for downloading and installingPgAdmin4
but without more details I seem to not have an actual idea of how you are trying to install it. – RickyLo Jun 08 '22 at 13:09