How to Install and Uninstall postgresql Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "postgresql" package

Learn how to install postgresql on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql

2. Uninstall "postgresql" package

In this section, we are going to explain the necessary steps to uninstall postgresql on openSuSE Tumbleweed:

$ sudo zypper remove postgresql

3. Information about the postgresql package on openSuSE Tumbleweed

Information for package postgresql:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql
Version : 16-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 5.5 KiB
Installed : No
Status : not installed
Source package : postgresql-16-3.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.