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

Last updated: June 07,2024

1. Install "postgresql10-devel" package

Please follow the guidance below to install postgresql10-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql10-devel

2. Uninstall "postgresql10-devel" package

This tutorial shows how to uninstall postgresql10-devel on openSuSE Tumbleweed:

$ sudo zypper remove postgresql10-devel

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

Information for package postgresql10-devel:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql10-devel
Version : 10.19-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 6,3 MiB
Installed : No
Status : not installed
Source package : postgresql10-10.19-2.1.src
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
postgresql10-server-devel package.

5. The same packages on other Linux Distributions