How to Install and Uninstall ongres-scram.src Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "ongres-scram.src" package

Please follow the guidelines below to install ongres-scram.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ongres-scram.src

2. Uninstall "ongres-scram.src" package

This guide covers the steps necessary to uninstall ongres-scram.src on Oracle Linux 9:

$ sudo dnf remove ongres-scram.src $ sudo dnf autoremove

3. Information about the ongres-scram.src package on Oracle Linux 9

Last metadata expiration check: 3:24:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ongres-scram
Version : 1.9~beta1
Release : 1.el9
Architecture : src
Size : 76 k
Source : None
Repository : ol9_appstream
Summary : Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
URL : https://github.com/ongres/scram
License : BSD and MIT and ASL 2.0
Description : This is a Java implementation of SCRAM (Salted Challenge Response
: Authentication Mechanism) which is part of the family of Simple
: Authentication and Security Layer (SASL, RFC 4422) authentication
: mechanisms. It is described as part of RFC 5802 and RFC7677.