How to Install and Uninstall postgresql-server Package on openSUSE Leap
Last updated: November 22,2024
1. Install "postgresql-server" package
This tutorial shows how to install postgresql-server on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
postgresql-server
Copied
2. Uninstall "postgresql-server" package
Please follow the step by step instructions below to uninstall postgresql-server on openSUSE Leap:
$
sudo zypper remove
postgresql-server
Copied
3. Information about the postgresql-server package on openSUSE Leap
Information for package postgresql-server:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : postgresql-server
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 : The Programs Needed to Create and Run a PostgreSQL Server
Description :
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, sub-queries, triggers, and user-defined
types and functions.
This package includes the programs needed to create and run a
PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : postgresql-server
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 : The Programs Needed to Create and Run a PostgreSQL Server
Description :
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, sub-queries, triggers, and user-defined
types and functions.
This package includes the programs needed to create and run a
PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.