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

Last updated: July 05,2024

1. Install "postgresql.x86_64" package

In this section, we are going to explain the necessary steps to install postgresql.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install postgresql.x86_64

2. Uninstall "postgresql.x86_64" package

Please follow the steps below to uninstall postgresql.x86_64 on Oracle Linux 9:

$ sudo dnf remove postgresql.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:12:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : postgresql
Version : 13.13
Release : 1.0.1.el9_3
Architecture : x86_64
Size : 1.8 M
Source : postgresql-13.13-1.0.1.el9_3.src.rpm
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.