How to Install and Uninstall postgresql-server.x86_64 Package on Oracle Linux 8

Last updated: November 23,2024

1. Install "postgresql-server.x86_64" package

This guide covers the steps necessary to install postgresql-server.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install postgresql-server.x86_64

2. Uninstall "postgresql-server.x86_64" package

This guide let you learn how to uninstall postgresql-server.x86_64 on Oracle Linux 8:

$ sudo dnf remove postgresql-server.x86_64 $ sudo dnf autoremove

3. Information about the postgresql-server.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:34:06 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : postgresql-server
Version : 10.21
Release : 2.module+el8.6.0+20673+e7bc7ac8
Architecture : x86_64
Size : 5.1 M
Source : postgresql-10.21-2.module+el8.6.0+20673+e7bc7ac8.src.rpm
Repository : ol8_appstream
Summary : The programs needed to create and run a PostgreSQL server
URL : http://www.postgresql.org/
License : PostgreSQL
Description : PostgreSQL is an advanced Object-Relational database management system (DBMS).
: The postgresql-server package contains the programs needed to create
: and run a PostgreSQL server, which will in turn allow you to create
: and maintain PostgreSQL databases.