How to Install and Uninstall mod_authnz_pam.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "mod_authnz_pam.src" package

This guide let you learn how to install mod_authnz_pam.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install mod_authnz_pam.src

2. Uninstall "mod_authnz_pam.src" package

This is a short guide on how to uninstall mod_authnz_pam.src on Oracle Linux 8:

$ sudo dnf remove mod_authnz_pam.src $ sudo dnf autoremove

3. Information about the mod_authnz_pam.src package on Oracle Linux 8

Last metadata expiration check: 4:30:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mod_authnz_pam
Version : 1.1.0
Release : 7.el8
Architecture : src
Size : 22 k
Source : None
Repository : ol8_appstream
Summary : PAM authorization checker and PAM Basic Authentication provider
URL : http://www.adelton.com/apache/mod_authnz_pam/
License : ASL 2.0
Description : mod_authnz_pam is a PAM authorization module, supplementing
: authentication done by other modules, for example mod_auth_kerb; it
: can also be used as full Basic Authentication provider which runs the
: [login, password] authentication through the PAM stack.