Installing
-
2. Setting Up PostgreSQL Repository
How to Add PostgreSQL openSUSE Zypper Repository
-
3. Installing PostgreSQL
Then to Install PostgreSQL for openSUSE
First, Search for the Available PostgreSQL Versions:sudo zypper search postgresql
And the Setup it with:
sudo zypper in postgresql postgresql-server postgresql-contrib
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents