How To Install libpamtest on Fedora 36

description: “In this tutorial we learn how to install libpamtest in Fedora 36. libpamtest is A tool to test PAM applications and PAM modules” title: “How To Install libpamtest on Fedora 36” date: “2022-08-17” linkTitle: “libpamtest” lastmod: “2022-08-17” type: “docs” #image: /images/fedora/36/libpamtest-featured.png description: “In this tutorial we learn how to install libpamtest in Fedora 36. libpamtest is A tool to test PAM applications and PAM modules”

date: “2022-08-17”

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/libpamtest-featured.png

In this tutorial we learn how to install libpamtest on Fedora 36.

Introduction

What is libpamtest

In this tutorial we learn how to install libpamtest on Fedora 36.

If you plan to test a PAM module you can use this library, which simplifies testing of modules.

What is libpamtest

We can use yum or dnf to install libpamtest on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpamtest.

If you plan to test a PAM module you can use this library, which simplifies testing of modules.

Install libpamtest on Fedora 36 Using dnf

Update yum database with dnf using the following command.

We can use yum or dnf to install libpamtest on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpamtest.


sudo dnf makecache --refresh
## Install libpamtest on Fedora 36 Using dnf

Update yum database with dnf using the following command. After updating yum database, We can install libpamtest using dnf by running the following command:

```bash
sudo dnf makecache --refresh
sudo dnf -y install libpamtest


After updating yum database, We can install `libpamtest` using `dnf` by running the following command:
## Install libpamtest on Fedora 36 Using yum


```bash
Update yum database with `yum` using the following command.
sudo dnf -y install libpamtest
sudo yum makecache --refresh

Install libpamtest on Fedora 36 Using yum

After updating yum database, We can install libpamtest using yum by running the following command:

Update yum database with yum using the following command.


sudo yum -y install libpamtest
```bash

sudo yum makecache –refresh

## How To Uninstall libpamtest on Fedora 36


To uninstall only the `libpamtest` package we can use the following command:
After updating yum database, We can install `libpamtest` using `yum` by running the following command:


```bash
```bash
sudo dnf remove libpamtest
sudo yum -y install libpamtest

## How To Uninstall libpamtest on Fedora 36

## libpamtest Package Contents on Fedora 36
To uninstall only the `libpamtest` package we can use the following command:


```bash
```bash
sudo dnf remove libpamtest

libpamtest Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/95a957cc6f205f51ddd29edf34f352f917588b
/usr/lib/libpamtest.so.0
/usr/lib/libpamtest.so.0.0.7

References

Summary

In this tutorial we learn how to install libpamtest on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/ef /usr/lib/.build-id/ef/11b67de498cfa1ec8ebeb91953144e6a9a9eb2 /usr/lib64/libpamtest.so.0 /usr/lib64/libpamtest.so.0.0.7


## References

* [libpamtest website](http://cwrap.org/)

## Summary

In this tutorial we learn how to install `libpamtest` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).