How To Install libpamtest-devel on Fedora 36

In this tutorial we learn how to install libpamtest-devel in Fedora 36. libpamtest-devel is A tool to test PAM applications and PAM modules

Introduction

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

What is libpamtest-devel

If you plan to develop tests for a PAM module you can use this library, which simplifies testing of modules. This sub package includes the header files for libpamtest.

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

Install libpamtest-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libpamtest-devel

Install libpamtest-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libpamtest-devel

How To Uninstall libpamtest-devel on Fedora 36

To uninstall only the libpamtest-devel package we can use the following command:

sudo dnf remove libpamtest-devel

libpamtest-devel Package Contents on Fedora 36

/usr/include/libpamtest.h
/usr/lib/cmake/pamtest
/usr/lib/cmake/pamtest/pamtest-config-relwithdebinfo.cmake
/usr/lib/cmake/pamtest/pamtest-config-version.cmake
/usr/lib/cmake/pamtest/pamtest-config.cmake
/usr/lib/libpamtest.so
/usr/lib/pkgconfig/libpamtest.pc

References

Summary

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


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

Introduction

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

What is libpamtest-devel

If you plan to develop tests for a PAM module you can use this library, which simplifies testing of modules. This sub package includes the header files for libpamtest.

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

Install libpamtest-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libpamtest-devel

Install libpamtest-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libpamtest-devel

How To Uninstall libpamtest-devel on Fedora 36

To uninstall only the libpamtest-devel package we can use the following command:

sudo dnf remove libpamtest-devel

libpamtest-devel Package Contents on Fedora 36

/usr/include/libpamtest.h
/usr/lib64/cmake/pamtest
/usr/lib64/cmake/pamtest/pamtest-config-relwithdebinfo.cmake
/usr/lib64/cmake/pamtest/pamtest-config-version.cmake
/usr/lib64/cmake/pamtest/pamtest-config.cmake
/usr/lib64/libpamtest.so
/usr/lib64/pkgconfig/libpamtest.pc

References

Summary

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