Install PostgreSQL on Debian using APT: # aptitude install postgresql postgresql-client [ after install service is already started and scheduled for automatic start on reboot] Install PostgreSQL on CentOS using YUM: # yum install postgresql-server postgresql