Installation of PostgreSQL

  • Visit the EntrepriseDB site and download the version appropriate for your platform. Opt to download the 64bit version.
  • Execute the file and go through the installation steps, accepting default options.
  • When prompted, choose an appropriate password for the postgres user and write this password down.

In a terminal, type:

sudo apt-get install postgresql-9.3 libreoffice libreoffice-sdbc-postgresql

It is possible that the version of postgresql available in your repositories is earlier than 9.3. You can install the version you have available.

For other distributions, check this page.

Installing LibreOffice

On Windows/Mac

On Linux (if not already done with above command).

sudo apt-get install libreoffice libreoffice-sdbc-postgresql