InterviewSolution
Saved Bookmarks
| 1. |
How to install PostgreSQL on Ubuntu? |
|
Answer» As the DEFAULT repositories of Ubuntu contain Postgres packages, we can install it easily USING the apt packaging SYSTEM. Refresh the local PACKAGE index and then install the Postgres packages and a -contrib package which adds additional functionality and utilities. The PostgreSQL SOFTWARE installation process is finished now. |
|