cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.4"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.4"
PRETTY_NAME="Rockstor built on openSUSE Leap 15.4"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.4"
BUG_REPORT_URL="https://forum.rockstor.com"
HOME_URL="http://rockstor.com/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap"
LOGO="distributor-logo-Leap"
which pg_config
which: no pg_config in (/sbin:/usr/sbin:/usr/local/sbin:/root/.local/bin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
zypper info postgresql13-server-devel
Retrieving repository 'Update repository of openSUSE Backports' metadata .............................................................................................................................[done]
Building repository 'Update repository of openSUSE Backports' cache ..................................................................................................................................[done]
Loading repository data...
Reading installed packages...
Information for package postgresql13-server-devel:
--------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : postgresql13-server-devel
Version : 13.11-150200.5.40.1
Arch : x86_64
Vendor : SUSE LLC <https://www.suse.com/>
Installed Size : 6.0 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : postgresql13-13.11-150200.5.40.1.src
Upstream URL : https://www.postgresql.org/
Summary : PostgreSQL server development header files and utilities
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 extensions that link into the PostgreSQL server. For building client
applications, see the postgresql13-devel package.
3 Likes