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

Last updated: May 20,2024

1. Install "postgresql-devel" package

Please follow the step by step instructions below to install postgresql-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql-devel

2. Uninstall "postgresql-devel" package

This guide let you learn how to uninstall postgresql-devel on openSuSE Tumbleweed:

$ sudo zypper remove postgresql-devel

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

Information for package postgresql-devel:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql-devel
Version : 16-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 204 B
Installed : No
Status : not installed
Source package : postgresql-16-3.1.src
Upstream URL : https://www.postgresql.org/
Summary : PostgreSQL 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.