How to Install and Uninstall postgresql16 Package on openSuSE Tumbleweed

Last updated: December 27,2024

1. Install "postgresql16" package

This tutorial shows how to install postgresql16 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql16

2. Uninstall "postgresql16" package

Please follow the steps below to uninstall postgresql16 on openSuSE Tumbleweed:

$ sudo zypper remove postgresql16

3. Information about the postgresql16 package on openSuSE Tumbleweed

Information for package postgresql16:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql16
Version : 16.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.6 MiB
Installed : No
Status : not installed
Source package : postgresql16-16.2-2.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.