Skip to content

Instantly share code, notes, and snippets.

@lbbedendo
Last active May 27, 2025 13:53
Show Gist options
  • Save lbbedendo/6be08a6159d68be56642bc749f54778d to your computer and use it in GitHub Desktop.
Save lbbedendo/6be08a6159d68be56642bc749f54778d to your computer and use it in GitHub Desktop.
Instalando o pgAdmin 4 no Linux Mint (web e/ou desktop)
# Adaptado da página oficial do pgAdmin: https://www.pgadmin.org/download/pgadmin-4-apt/
# Testado na versão 20.3 (una)
#
# Setup the repository
#
# Install the public key for the repository (if not done previously):
sudo curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add
# Create the repository configuration file:
sudo sh -c '. /etc/upstream-release/lsb-release && echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$DISTRIB_CODENAME pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
#
# Install pgAdmin
#
# Install for both desktop and web modes:
sudo apt install pgadmin4
# Install for desktop mode only:
sudo apt install pgadmin4-desktop
# Install for web mode only:
sudo apt install pgadmin4-web
# Configure the webserver, if you installed pgadmin4-web:
sudo /usr/pgadmin4/bin/setup-web.sh
@cristian-cuero
Copy link

Muchas Gracias Funciona Claro Y Preciso

@pavelporosoff
Copy link

Obrigado!

@caiogmello
Copy link

thank you!

@claudiostocco
Copy link

Muito obrigado pela ajuda.

@khasogi27
Copy link

thanks!

@Angelo-GL
Copy link

Obrigado pela ajuda!

@maiconcentner
Copy link

Salvou!

@LeonardoLouback
Copy link

Thank you!! You helped me a lot!

@iarlen-reis
Copy link

Heeero! thank you!

@nestorhugo
Copy link

Worked in Mint 21.3
Thank you!!!

@Jackson-Ramos
Copy link

obrigado

@alexflopez
Copy link

Thanks pal!

@Ernesto119
Copy link

mol gracias

@KauaVicto
Copy link

thanks my pal!

@RafaelMatteo
Copy link

Muchas gracias fue muy util tu ayuda!!!!

@igorsantos115
Copy link

Muito obrigado! Me salvou!!

@felipequentino
Copy link

Muito obrigado, salvou o meu dia :)

@MarcosJWeduu
Copy link

Salvou meu dia!!! Te amo

@Hlkarim
Copy link

Hlkarim commented Feb 26, 2025

Dude you can't imagine how much time I spent on this, you are a lifesaver,

@yjdutra
Copy link

yjdutra commented Mar 12, 2025

Thank you!!!

@PedroOttavio
Copy link

Muito obrigado pela ajuda, meu nobre! Bom trabalho!

@Flayban
Copy link

Flayban commented May 27, 2025

Thank you! This saved my day S2!

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