How to Install and Uninstall pam-devel.x86_64 Package on Oracle Linux 9

Last updated: May 12,2024

1. Install "pam-devel.x86_64" package

Learn how to install pam-devel.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pam-devel.x86_64

2. Uninstall "pam-devel.x86_64" package

This guide covers the steps necessary to uninstall pam-devel.x86_64 on Oracle Linux 9:

$ sudo dnf remove pam-devel.x86_64 $ sudo dnf autoremove

3. Information about the pam-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:55:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pam-devel
Version : 1.5.1
Release : 15.el9
Architecture : x86_64
Size : 243 k
Source : pam-1.5.1-15.el9.src.rpm
Repository : ol9_appstream
Summary : Files needed for developing PAM-aware applications and modules for PAM
URL : http://www.linux-pam.org/
License : BSD and GPLv2+
Description : PAM (Pluggable Authentication Modules) is a system security tool that
: allows system administrators to set authentication policy without
: having to recompile programs that handle authentication. This package
: contains header files used for building both PAM-aware applications
: and modules for use with the PAM system.