How to Install and Uninstall munge.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "munge.src" package

Please follow the guidance below to install munge.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install munge.src

2. Uninstall "munge.src" package

Please follow the steps below to uninstall munge.src on Oracle Linux 9:

$ sudo dnf remove munge.src $ sudo dnf autoremove

3. Information about the munge.src package on Oracle Linux 9

Last metadata expiration check: 1:11:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : munge
Version : 0.5.13
Release : 13.0.1.el9
Architecture : src
Size : 401 k
Source : None
Repository : ol9_appstream
Summary : Enables uid & gid authentication across a host cluster
URL : https://dun.github.io/munge/
License : GPLv3+ and LGPLv3+
Description : MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating
: and validating credentials. It is designed to be highly scalable for use
: in an HPC cluster environment.
: It allows a process to authenticate the UID and GID of another local or
: remote process within a group of hosts having common users and groups.
: These hosts form a security realm that is defined by a shared cryptographic
: key. Clients within this security realm can create and validate credentials
: without the use of root privileges, reserved ports, or platform-specific
: methods.