PostgreSQL Quick Start for Linux Mint 18.2
Hello Mint User! The Tutorial shows you How to Install PostgreSQL on Linux Mint 18.2 Sonya LTS 32/64-bit Mate/Cinnamon/Kde/Xfce Desktop.
Especially relevant: following this guide you’ll get Installed the PostgreSQL release for Linux Mint.
First, PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.
And with every annual release, PostgreSQL includes many features to make working with PostgreSQL easier, more flexible and more fun for application developers, administrators and architects.
Finally, to the Guide’s Bottom you find Link to Quick-Start with PostgreSQL on Linux Mint.
-
First, Open Terminal Shell emulator window
(Press “Enter” to Execute Commands)
In case first see: Terminal QuickStart Guide.
-
Download PostgreSQL DB for Linux
Linux PotrgreSQL Installer
-
Then Give Permissions and Start PostgreSQL Installer
Access the Target Download location (Usually Downloads or /tmp):
cd ~/Downloads/
List the Directory Contents to verify the file is there:
ls .
Set Execution permission with:
sudo chmod +x ./postgresql-9.*.run
Start the PostgreSQL Installer:
sudo ./postgresql-9.*.run
-
And Follow the PostgreSQL Installation Wizard.
Set the PostgreSQL Installation Path.
Set the PostgreSQL Data Path.
Set-Up the Postgres Administrator.
Set the PostgreSQL Server Listening Port.
Set the PostgreSQL Database Locale in Use.
Start PostgreSQL Installation.
Last Possibly Add some PostgreSQL Tools…
-
PostgreSQL Quick Start on Linux Mint
PostgreSQL Quick Start Guide