In this lesson we will install Postgresql. Postgres is a powerful object-oriented database management system.
Below you will find installation instructions for many popular operating systems. I personally use Ubuntu. If you don't have a Linux/Ubuntu environment, but want to learn it, follow my lessons on installing Oracle VirtualBox with Ubuntu Server.
$ sudo apt-get update
$ sudo apt-get install postgresql postgresql-contrib
$ psql --version
➼ update
Downloads package lists to obtain up-to-date information
on packages and their dependencies.
➼ install
Install Postgresql!!!
➼ version
See what version you are using
$ sudo apt-get update
$ sudo apt-get install postgresql-9.4 postgresql-client-9.4
$ psql --version
➼ update
Downloads package lists to obtain up-to-date information
on packages and their dependencies.
➼ install
Install Postgresql!!!
➼ version
See what version you are using
$ sudo pacman -S postgresql
$ sudo pacman -Si postgresql
➼ install
Install Postgresql!!!
➼ Check
the installation.
Follow these instructions: Install Postgres using Yum
Follow these instructions: Install Postgres with Windows
Follow these instructions: Install Postgres with OSX