How To Install p11-kit-devel on Fedora 36

In this tutorial we learn how to install p11-kit-devel in Fedora 36. p11-kit-devel is Development files for p11-kit

Introduction

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

What is p11-kit-devel

The p11-kit-devel package contains libraries and header files for developing applications that use p11-kit.

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

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

sudo dnf -y install p11-kit-devel

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

sudo yum -y install p11-kit-devel

How To Uninstall p11-kit-devel on Fedora 36

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

sudo dnf remove p11-kit-devel

p11-kit-devel Package Contents on Fedora 36

title: “How To Install p11-kit-devel on Fedora 36”

linkTitle: “p11-kit-devel”

type: "docs"
description: "In this tutorial we learn how to install p11-kit-devel in Fedora 36. p11-kit-devel is Development files for p11-kit"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/p11-kit-devel-featured.png
---

## Introduction

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

### What is `p11-kit-devel`

> The p11-kit-devel package contains libraries and header files for developing applications that use p11-kit.  

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

## Install p11-kit-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install p11-kit-devel

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

sudo yum -y install p11-kit-devel

How To Uninstall p11-kit-devel on Fedora 36

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

sudo dnf remove p11-kit-devel

p11-kit-devel Package Contents on Fedora 36

/usr/include/p11-kit-1
/usr/include/p11-kit-1/p11-kit
/usr/include/p11-kit-1/p11-kit/deprecated.h
/usr/include/p11-kit-1/p11-kit/iter.h
/usr/include/p11-kit-1/p11-kit/p11-kit.h
/usr/include/p11-kit-1/p11-kit/pin.h
/usr/include/p11-kit-1/p11-kit/pkcs11.h
/usr/include/p11-kit-1/p11-kit/pkcs11x.h
/usr/include/p11-kit-1/p11-kit/remote.h
/usr/include/p11-kit-1/p11-kit/uri.h
/usr/lib/libp11-kit.so
/usr/lib/pkgconfig/p11-kit-1.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/p11-kit
/usr/share/gtk-doc/html/p11-kit/config-example.html
/usr/share/gtk-doc/html/p11-kit/config-files.html
/usr/share/gtk-doc/html/p11-kit/config.html
/usr/share/gtk-doc/html/p11-kit/devel-building-style.html
/usr/share/gtk-doc/html/p11-kit/devel-building.html
/usr/share/gtk-doc/html/p11-kit/devel-commands.html
/usr/share/gtk-doc/html/p11-kit/devel-debugging.html
/usr/share/gtk-doc/html/p11-kit/devel-paths.html
/usr/share/gtk-doc/html/p11-kit/devel-testing.html
/usr/share/gtk-doc/html/p11-kit/devel.html
/usr/share/gtk-doc/html/p11-kit/home.png
/usr/share/gtk-doc/html/p11-kit/index.html
/usr/share/gtk-doc/html/p11-kit/left-insensitive.png
/usr/share/gtk-doc/html/p11-kit/left.png
/usr/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html
/usr/share/gtk-doc/html/p11-kit/p11-kit-Future.html
/usr/share/gtk-doc/html/p11-kit/p11-kit-Modules.html
/usr/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html
/usr/share/gtk-doc/html/p11-kit/p11-kit-URIs.html
/usr/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html
/usr/share/gtk-doc/html/p11-kit/p11-kit.devhelp2
/usr/share/gtk-doc/html/p11-kit/p11-kit.html
/usr/share/gtk-doc/html/p11-kit/pkcs11-conf.html
/usr/share/gtk-doc/html/p11-kit/reference.html
/usr/share/gtk-doc/html/p11-kit/remoting.html
/usr/share/gtk-doc/html/p11-kit/right-insensitive.png
/usr/share/gtk-doc/html/p11-kit/right.png
/usr/share/gtk-doc/html/p11-kit/sharing-managed.html
/usr/share/gtk-doc/html/p11-kit/sharing.html
/usr/share/gtk-doc/html/p11-kit/style.css
/usr/share/gtk-doc/html/p11-kit/tools.html
/usr/share/gtk-doc/html/p11-kit/trust-disable.html
/usr/share/gtk-doc/html/p11-kit/trust-glib-networking.html
/usr/share/gtk-doc/html/p11-kit/trust-module.html
/usr/share/gtk-doc/html/p11-kit/trust-nss.html
/usr/share/gtk-doc/html/p11-kit/trust.html
/usr/share/gtk-doc/html/p11-kit/up-insensitive.png
/usr/share/gtk-doc/html/p11-kit/up.png

References

Summary

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

/usr/include/p11-kit-1 /usr/include/p11-kit-1/p11-kit /usr/include/p11-kit-1/p11-kit/deprecated.h /usr/include/p11-kit-1/p11-kit/iter.h /usr/include/p11-kit-1/p11-kit/p11-kit.h /usr/include/p11-kit-1/p11-kit/pin.h /usr/include/p11-kit-1/p11-kit/pkcs11.h /usr/include/p11-kit-1/p11-kit/pkcs11x.h /usr/include/p11-kit-1/p11-kit/remote.h /usr/include/p11-kit-1/p11-kit/uri.h /usr/lib64/libp11-kit.so /usr/lib64/pkgconfig/p11-kit-1.pc /usr/share/gtk-doc /usr/share/gtk-doc/html /usr/share/gtk-doc/html/p11-kit /usr/share/gtk-doc/html/p11-kit/config-example.html /usr/share/gtk-doc/html/p11-kit/config-files.html /usr/share/gtk-doc/html/p11-kit/config.html /usr/share/gtk-doc/html/p11-kit/devel-building-style.html /usr/share/gtk-doc/html/p11-kit/devel-building.html /usr/share/gtk-doc/html/p11-kit/devel-commands.html /usr/share/gtk-doc/html/p11-kit/devel-debugging.html /usr/share/gtk-doc/html/p11-kit/devel-paths.html /usr/share/gtk-doc/html/p11-kit/devel-testing.html /usr/share/gtk-doc/html/p11-kit/devel.html /usr/share/gtk-doc/html/p11-kit/home.png /usr/share/gtk-doc/html/p11-kit/index.html /usr/share/gtk-doc/html/p11-kit/left-insensitive.png /usr/share/gtk-doc/html/p11-kit/left.png /usr/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html /usr/share/gtk-doc/html/p11-kit/p11-kit-Future.html /usr/share/gtk-doc/html/p11-kit/p11-kit-Modules.html /usr/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html /usr/share/gtk-doc/html/p11-kit/p11-kit-URIs.html /usr/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html /usr/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 /usr/share/gtk-doc/html/p11-kit/p11-kit.html /usr/share/gtk-doc/html/p11-kit/pkcs11-conf.html /usr/share/gtk-doc/html/p11-kit/reference.html /usr/share/gtk-doc/html/p11-kit/remoting.html /usr/share/gtk-doc/html/p11-kit/right-insensitive.png /usr/share/gtk-doc/html/p11-kit/right.png /usr/share/gtk-doc/html/p11-kit/sharing-managed.html /usr/share/gtk-doc/html/p11-kit/sharing.html /usr/share/gtk-doc/html/p11-kit/style.css /usr/share/gtk-doc/html/p11-kit/tools.html /usr/share/gtk-doc/html/p11-kit/trust-disable.html /usr/share/gtk-doc/html/p11-kit/trust-glib-networking.html /usr/share/gtk-doc/html/p11-kit/trust-module.html /usr/share/gtk-doc/html/p11-kit/trust-nss.html /usr/share/gtk-doc/html/p11-kit/trust.html /usr/share/gtk-doc/html/p11-kit/up-insensitive.png /usr/share/gtk-doc/html/p11-kit/up.png


## References

* [p11-kit-devel website](http://p11-glue.freedesktop.org/p11-kit.html)

## Summary

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