How to Install and Uninstall pam_wrapper.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "pam_wrapper.x86_64" package

This guide let you learn how to install pam_wrapper.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pam_wrapper.x86_64

2. Uninstall "pam_wrapper.x86_64" package

This is a short guide on how to uninstall pam_wrapper.x86_64 on Fedora 34:

$ sudo dnf remove pam_wrapper.x86_64 $ sudo dnf autoremove

3. Information about the pam_wrapper.x86_64 package on Fedora 34

Last metadata expiration check: 3:39:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pam_wrapper
Version : 1.1.3
Release : 7.fc34
Architecture : x86_64
Size : 42 k
Source : pam_wrapper-1.1.3-7.fc34.src.rpm
Repository : updates
Summary : A tool to test PAM applications and PAM modules
URL : http://cwrap.org/
License : GPLv3+
Description : This component of cwrap allows you to either test your PAM (Linux-PAM
: and OpenPAM) application or module.
:
: For testing PAM applications, simple PAM module called pam_matrix is
: included. If you plan to test a PAM module you can use the pamtest library,
: which simplifies testing of modules. You can combine it with the cmocka
: unit testing framework or you can use the provided Python bindings to
: write tests for your module in Python.