How to Install and Uninstall postgresql11-devel Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "postgresql11-devel" package

Here is a brief guide to show you how to install postgresql11-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql11-devel

2. Uninstall "postgresql11-devel" package

Please follow the instructions below to uninstall postgresql11-devel on openSuSE Tumbleweed:

$ sudo zypper remove postgresql11-devel

3. Information about the postgresql11-devel package on openSuSE Tumbleweed

Information for package postgresql11-devel:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql11-devel
Version : 11.22-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : postgresql11-11.22-2.1.src
Upstream URL : https://www.postgresql.org/
Summary : PostgreSQL client development header files and libraries
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 header files and libraries needed to compile
C applications which will directly interact with a PostgreSQL database
management server and the ECPG Embedded C Postgres preprocessor. You
need to install this package if you want to develop applications in C
which will interact with a PostgreSQL server.
For building PostgreSQL server extensions, see the
postgresql11-server-devel package.