How to Install and Uninstall python3-pam.noarch Package on Oracle Linux 8

Last updated: May 04,2024

1. Install "python3-pam.noarch" package

Please follow the guidelines below to install python3-pam.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-pam.noarch

2. Uninstall "python3-pam.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pam.noarch on Oracle Linux 8:

$ sudo dnf remove python3-pam.noarch $ sudo dnf autoremove

3. Information about the python3-pam.noarch package on Oracle Linux 8

Last metadata expiration check: 5:51:39 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pam
Version : 1.8.4
Release : 6.el8
Architecture : noarch
Size : 18 k
Source : python-pam-1.8.4-6.el8.src.rpm
Repository : epel
Summary : Pure Python interface to the Pluggable Authentication Modules system on Linux
URL : https://github.com/FirefighterBlu3/python-pam
License : MIT
Description : This module provides an authenticate function that allows the caller to
: authenticate a given username / password against the PAM system on Linux.