How to Install and Uninstall pam_krb5.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "pam_krb5.x86_64" package

Please follow the steps below to install pam_krb5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install pam_krb5.x86_64

2. Uninstall "pam_krb5.x86_64" package

Please follow the guidance below to uninstall pam_krb5.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove pam_krb5.x86_64 $ sudo dnf autoremove

3. Information about the pam_krb5.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : pam_krb5
Version : 4.11
Release : 1.el9
Architecture : x86_64
Size : 80 k
Source : pam_krb5-4.11-1.el9.src.rpm
Repository : epel
Summary : A Pluggable Authentication Module for Kerberos 5
URL : https://github.com/rra/pam-krb5
License : MIT and BSD
Description : pam-krb5 is a Kerberos v5 PAM module for either MIT Kerberos or
: Heimdal. It supports ticket refreshing by screen savers, configurable
: authorization handling, authentication of non-local accounts for
: network services, password changing, and password expiration, as well
: as all the standard expected PAM features. It works correctly with
: OpenSSH, even with ChallengeResponseAuthentication and
: PrivilegeSeparation enabled, and supports extensive configuration
: either by PAM options or in krb5.conf or both. PKINIT is supported
: with recent versions of both MIT Kerberos and Heimdal and FAST is
: supported with recent MIT Kerberos.