How To Install pakchois-devel on Fedora 36
Introduction
In this tutorial we learn how to install pakchois-devel
on Fedora 36.
What is pakchois-devel
The development library for the pakchois PKCS#11 wrapper library.
We can use yum
or dnf
to install pakchois-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pakchois-devel.
Install pakchois-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 pakchois-devel
using dnf
by running the following command:
sudo dnf -y install pakchois-devel
Install pakchois-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 pakchois-devel
using yum
by running the following command:
sudo yum -y install pakchois-devel
How To Uninstall pakchois-devel on Fedora 36
To uninstall only the pakchois-devel
package we can use the following command:
sudo dnf remove pakchois-devel
pakchois-devel Package Contents on Fedora 36
/usr/include/pakchois
/usr/include/pakchois/pakchois.h
/usr/include/pakchois/pakchois11.h
/usr/lib/libpakchois.so
/usr/lib/pkgconfig/pakchois.pc
References
Summary
In this tutorial we learn how to install pakchois-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pakchois-devel on Fedora 36” linkTitle: “pakchois-devel” type: “docs” description: “In this tutorial we learn how to install pakchois-devel in Fedora 36. pakchois-devel is Development library and C header files for the pakchois library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pakchois-devel-featured.png
Introduction
In this tutorial we learn how to install pakchois-devel
on Fedora 36.
What is pakchois-devel
The development library for the pakchois PKCS#11 wrapper library.
We can use yum
or dnf
to install pakchois-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pakchois-devel.
Install pakchois-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 pakchois-devel
using dnf
by running the following command:
sudo dnf -y install pakchois-devel
Install pakchois-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 pakchois-devel
using yum
by running the following command:
sudo yum -y install pakchois-devel
How To Uninstall pakchois-devel on Fedora 36
To uninstall only the pakchois-devel
package we can use the following command:
sudo dnf remove pakchois-devel
pakchois-devel Package Contents on Fedora 36
/usr/include/pakchois
/usr/include/pakchois/pakchois.h
/usr/include/pakchois/pakchois11.h
/usr/lib64/libpakchois.so
/usr/lib64/pkgconfig/pakchois.pc
References
Summary
In this tutorial we learn how to install pakchois-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).