How to Install and Uninstall postgresql.src Package on Oracle Linux 9

Last updated: November 24,2024

1. Install "postgresql.src" package

Please follow the step by step instructions below to install postgresql.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install postgresql.src

2. Uninstall "postgresql.src" package

This is a short guide on how to uninstall postgresql.src on Oracle Linux 9:

$ sudo dnf remove postgresql.src $ sudo dnf autoremove

3. Information about the postgresql.src package on Oracle Linux 9

Last metadata expiration check: 1:37:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : postgresql
Version : 15.5
Release : 1.module+el9.3.0+90103+1d024772
Architecture : src
Size : 50 M
Source : None
Repository : ol9_appstream
Summary : PostgreSQL client programs
URL : http://www.postgresql.org/
License : PostgreSQL
Description : PostgreSQL is an advanced Object-Relational database management system (DBMS).
: The base postgresql package contains the client programs that you'll need to
: access a PostgreSQL DBMS server, as well as HTML documentation for the whole
: system. These client programs can be located on the same machine as the
: PostgreSQL server, or on a remote machine that accesses a PostgreSQL server
: over a network connection. The PostgreSQL server can be found in the
: postgresql-server sub-package.