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

Last updated: September 21,2024

1. Install "pam_krb5.x86_64" package

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

$ sudo dnf update $ sudo dnf install pam_krb5.x86_64

2. Uninstall "pam_krb5.x86_64" package

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

$ sudo dnf remove pam_krb5.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:01:29 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : pam_krb5
Version : 4.11
Release : 1.el8
Architecture : x86_64
Size : 82 k
Source : pam_krb5-4.11-1.el8.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.