How to Install and Uninstall postgresql Package on openSUSE Leap

Last updated: April 29,2024

1. Install "postgresql" package

Learn how to install postgresql on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install postgresql

2. Uninstall "postgresql" package

This is a short guide on how to uninstall postgresql on openSUSE Leap:

$ sudo zypper remove postgresql

3. Information about the postgresql package on openSUSE Leap

Information for package postgresql:
-----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : postgresql
Version : 16-150500.10.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 5.5 KiB
Installed : No
Status : not installed
Source package : postgresql-16-150500.10.6.1.src
Upstream URL : https://www.postgresql.org/
Summary : Basic Clients and Utilities for PostgreSQL
Description :
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
This package contains the basic utility and client programs necessary
to maintain and work with local or remote PostgreSQL databases as well
as manual pages for the SQL commands that PostgreSQL supports. Full
HTML documentation for PostgreSQL can be found in the postgresql-docs
package.