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

Last updated: May 18,2024

1. Install "ongres-scram.src" package

This tutorial shows how to install ongres-scram.src on Oracle Linux 8

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

2. Uninstall "ongres-scram.src" package

Please follow the steps below to uninstall ongres-scram.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:55:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ongres-scram
Version : 1.0.0~beta.2
Release : 5.el8
Architecture : src
Size : 49 k
Source : None
Repository : ol8_appstream
Summary : Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
URL : https://github.com/ongres/scram
License : BSD
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.