How to Install PostgreSQL 10 GUI for CentOS PgAdmin 4 Easy Guide

December 16, 2017 | By the+gnu+linux+evangelist.

Install PostgreSQL 10 GUI CentOS

Hi! The Tutorial shows you Step-by-Step How to Install PostgreSQL 10 GUI for CentOS GNU/Linux Desktops.

And the PgAdmin 4 CentOS PosgreSQL 10 GUI Installation require a working Python PIP Setup on System.

Moreover, some PgAdmin 4 Features are:

  • Auto-detection and support for objects discovered at run-time
  • Live SQL query tool with direct data editing
  • Support for administrative queries
  • Syntax-highlighting SQL editor
  • Redesigned graphical interfaces
  • Powerful management dialogs and tools for common tasks
  • Responsive, context-sensitive behavior
  • Supportive error messages
  • Helpful hints
  • Online help and information about using pgAdmin dialogs and tools

Finally, the guide includes instructions on PgAdmin 4 Initial Setup.

How to Install PostgreSQL 10 GUI for CentOS PgAdmin 4 - Featured
  1. Install Python PIP for CentOS

    Python PIP Installation
  2. Get the PgAdmin 4 Python Installer

    Grab PgAdmin 4 Python Wheel
  3. Then to Install PgAdmin 4 on CentOS.

    pip install ~/Downloads/pgadmin4*.whl

    Or for a System wide installation:

    sudo pip install ~/Downloads/pgadmin4*.whl
  4. Locate PgAdmin 4 Script
    First, Update the Packages Database:

    sudo updatedb

    And then Locate it:

    locate pgAdmin4.py

    Select and Ctrl+Shift+c to Copy the Path!

  5. Next Make a PgAdmin 4 Terminal Alias.

    nano ~/.bashrc

    Append:

    alias pgAdmin4='sudo python /usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py'

    Ctrl+x to Save & Exit from nano editor…
    Then to Load the New Setup:

    bash
  6. Afterward to Launch PgAdmin 4 from Terminal

    pgAdmin4

    Set an eMail + Pass as Login over First, Run!

  7. Finally, Access PgAdmin 4 Web UI.

    How to Install PostgreSQL 10 GUI for CentOS PgAdmin 4 - PgAdmin 4 Web Backend
  8. PgAdmin 4 Getting-Started Guide

    PgAdmin 4 Quick Start
  9. So Now I’m truly Happy if My Guide could Help you to Install PostgreSQL 10 GUI on CentOS!


QuickChic Theme • Powered by WordPress