How to Install PostgreSQL 10 GUI for Linux Mint PgAdmin 4 Easy Guide

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

Mint PgAdmin 4 - Post Installation Setup

  1. 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!

  2. 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

QuickChic Theme • Powered by WordPress