“So installieren Sie Pgadmin in Ubuntu auf Cloud Server” Code-Antworten

So installieren Sie Pgadmin4 Ubuntu

>> curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add
>> sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
>> sudo apt install pgadmin4
# this 3 step will makes pgadmin4 GUI install into your ubuntu machine
visualscrapper

So installieren Sie Pgadmin in Ubuntu auf Cloud Server

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" |sudo tee  /etc/apt/sources.list.d/pgdg.list
Worried Weasel

Ähnliche Antworten wie “So installieren Sie Pgadmin in Ubuntu auf Cloud Server”

Fragen ähnlich wie “So installieren Sie Pgadmin in Ubuntu auf Cloud Server”

Weitere verwandte Antworten zu “So installieren Sie Pgadmin in Ubuntu auf Cloud Server” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen