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

Last updated: September 21,2024

1. Install "postgresql.x86_64" package

Please follow the guidance below to install postgresql.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install postgresql.x86_64

2. Uninstall "postgresql.x86_64" package

This tutorial shows how to uninstall postgresql.x86_64 on Rocky Linux 9:

$ sudo dnf remove postgresql.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:26:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : postgresql
Version : 13.13
Release : 1.el9_3
Architecture : x86_64
Size : 1.5 M
Source : postgresql-13.13-1.el9_3.src.rpm
Repository : 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.