Install PostgreSQL 10 GUI GNU/Linux
Hi! The Tutorial shows you Step-by-Step How to Install PostgreSQL 10 GUI pgadmin4 in GNU/Linux Desktops.
And the PgAdmin 4 Linux 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.
-
Install Python PIP for Linux
-
Get the PgAdmin 4 Python Installer
-
Then to Install PgAdmin 4 on Linux.
pip install ~/Downloads/pgadmin4*.whl
Or for a System wide installation:
sudo pip install ~/Downloads/pgadmin4*.whl
-
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!
-
Next Make a PgAdmin 4 Terminal Alias.
nano ~/.bashrc
Append:
alias pgAdmin4='sudo python /usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py'
Modify the Alias with the Path Copied in the Previous Step!
Ctrl+x to Save & Exit from nano editor…
Then to Load the New Setup:bash
-
Afterward to Launch PgAdmin 4 from Terminal
pgAdmin4
Set an eMail + Pass as Login over First, Run!
-
Finally, Access PgAdmin 4 Web UI.
-
PgAdmin 4 Getting-Started Guide
So Now I’m truly Happy if My Guide could Help you to Install PostgreSQL 10 GUI on GNU/Linux!