How To Install mingw32-p11-kit on Fedora 36

In this tutorial we learn how to install mingw32-p11-kit in Fedora 36. mingw32-p11-kit is MinGW Library for loading and sharing PKCS#11 modules

Introduction

In this tutorial we learn how to install mingw32-p11-kit on Fedora 36.

What is mingw32-p11-kit

p11-kit provides a way to load and enumerate PKCS#11 modules, as well as a standard configuration setup for installing PKCS#11 modules in such a way that they’re discoverable. This library is cross-compiled for MinGW.

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

Install mingw32-p11-kit 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 mingw32-p11-kit using dnf by running the following command:

sudo dnf -y install mingw32-p11-kit

Install mingw32-p11-kit 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 mingw32-p11-kit using yum by running the following command:

sudo yum -y install mingw32-p11-kit

How To Uninstall mingw32-p11-kit on Fedora 36

To uninstall only the mingw32-p11-kit package we can use the following command:

sudo dnf remove mingw32-p11-kit

mingw32-p11-kit Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libp11-kit-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/p11-kit.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/trust.exe
/usr/i686-w64-mingw32/sys-root/mingw/etc/pkcs11
/usr/i686-w64-mingw32/sys-root/mingw/etc/pkcs11/pkcs11.conf.example
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/deprecated.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/iter.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/p11-kit.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/pin.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/pkcs11.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/pkcs11x.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/remote.h
/usr/i686-w64-mingw32/sys-root/mingw/include/p11-kit-1/p11-kit/uri.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libp11-kit.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkcs11
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkcs11/p11-kit-trust.dll
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkcs11/p11-kit-trust.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/p11-kit-1.pc
/usr/i686-w64-mingw32/sys-root/mingw/libexec/p11-kit
/usr/i686-w64-mingw32/sys-root/mingw/libexec/p11-kit/p11-kit-remote.exe
/usr/i686-w64-mingw32/sys-root/mingw/libexec/p11-kit/p11-kit-server.exe
/usr/i686-w64-mingw32/sys-root/mingw/libexec/p11-kit/trust-extract-compat
/usr/i686-w64-mingw32/sys-root/mingw/share/p11-kit
/usr/i686-w64-mingw32/sys-root/mingw/share/p11-kit/modules
/usr/i686-w64-mingw32/sys-root/mingw/share/p11-kit/modules/p11-kit-trust.module
/usr/share/licenses/mingw32-p11-kit
/usr/share/licenses/mingw32-p11-kit/COPYING

References

Summary

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