Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save radiaku/4f302b7c66490f39cfb085ab6b685b76 to your computer and use it in GitHub Desktop.
Save radiaku/4f302b7c66490f39cfb085ab6b685b76 to your computer and use it in GitHub Desktop.
Installing pgadmin4 desktop on archlinux

Install

dependencies

yay -S python-virtualenv postgresql-libs electron

clone:

git clone https://github.com/merll/pgadmin4-nw.git
cd pgadmin4-nw
makepkg -i

if run

==> Verifying source file signatures with gpg...
    pgadmin4-9.3.tar.gz ... FAILED (unknown public key 8881B2A8210976F2)
==> ERROR: One or more PGP signatures could not be verified!

run this:

gpg --recv-keys 8881B2A8210976F2

adn do this again:

makepkg -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment