# - bof - # :a # - - # # - Documentation - # https://itnixpro.com/install-pgadmin-on-ubuntu/ :b # - - # # - Install the public key - # cd ~/Downloads; sudo curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add - :c # - - # # - Create the repository - # sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list'; sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y; :d # - - # # - Install pgAdmin - # :d.1 # - - # # - Desktop & uServer install (Both) - # #sudo apt install pgadmin4 -y; :d.2 # - - # # - Desktop only install - # #sudo apt install pgadmin4-desktop -y; :d.2 # - - # # - uServer Web only install - # sudo apt install pgadmin4-web -y; :e # - - # # - Configure the webserver - # sudo /usr/pgadmin4/bin/setup-web.sh; :f # - - # # - Firefox - # http://192.168.2.50/pgadmin4 http://192.168.122.100/pgadmin4 http://192.168.122.200/pgadmin4 # - eof - #