Installing PostgreSQL
To install the PostgreSQL database proceed as follows:
- Open a Debian command terminal and log on as root.
- Enter the command # apt-get install postgresql-9.1 .
- Type the letter y to confirm.
Debian automatically downloads the requested packages and launches the installation. This process can take a few minutes.