How to Install and Uninstall postgresql-jdbc.src Package on Oracle Linux 8

Last updated: April 27,2024

1. Install "postgresql-jdbc.src" package

This guide covers the steps necessary to install postgresql-jdbc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install postgresql-jdbc.src

2. Uninstall "postgresql-jdbc.src" package

Please follow the step by step instructions below to uninstall postgresql-jdbc.src on Oracle Linux 8:

$ sudo dnf remove postgresql-jdbc.src $ sudo dnf autoremove

3. Information about the postgresql-jdbc.src package on Oracle Linux 8

Last metadata expiration check: 2:03:00 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : postgresql-jdbc
Version : 42.2.3
Release : 3.el8_2
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_appstream
Summary : JDBC driver for PostgreSQL
URL : http://jdbc.postgresql.org/
License : BSD
Description : PostgreSQL is an advanced Object-Relational database management
: system. The postgresql-jdbc package includes the .jar files needed for
: Java programs to access a PostgreSQL database.