How to Install and Uninstall python3-simplepam.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-simplepam.noarch" package

In this section, we are going to explain the necessary steps to install python3-simplepam.noarch on Fedora 34

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

2. Uninstall "python3-simplepam.noarch" package

Learn how to uninstall python3-simplepam.noarch on Fedora 34:

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

3. Information about the python3-simplepam.noarch package on Fedora 34

Last metadata expiration check: 1:17:39 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-simplepam
Version : 0.1.5
Release : 20.fc34
Architecture : noarch
Size : 14 k
Source : python3-simplepam-0.1.5-20.fc34.src.rpm
Repository : fedora
Summary : Pure Python interface to the Pluggable Authentication Modules system on Linux
URL : https://github.com/leonnnn/python3-simplepam
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.