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.