How to Install and Uninstall pam-devel.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "pam-devel.i686" package

In this section, we are going to explain the necessary steps to install pam-devel.i686 on Fedora 36

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

2. Uninstall "pam-devel.i686" package

This guide covers the steps necessary to uninstall pam-devel.i686 on Fedora 36:

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

3. Information about the pam-devel.i686 package on Fedora 36

Last metadata expiration check: 2:16:10 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : pam-devel
Version : 1.5.2
Release : 13.fc36
Architecture : i686
Size : 97 k
Source : pam-1.5.2-13.fc36.src.rpm
Repository : updates
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.