How To Install pakchois-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install pakchois-devel.x86_64 in Amazon Linux 2. pakchois-devel.x86_64 is Development library and C header files for the pakchois library

Introduction

In this tutorial we learn how to install pakchois-devel.x86_64 on Amazon Linux 2.

What is pakchois-devel.x86_64

The development library for the pakchois PKCS#11 wrapper library.

We can use yum to install pakchois-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pakchois-devel.x86_64.

Install pakchois-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install pakchois-devel.x86_64

How To Uninstall pakchois-devel.x86_64 on Amazon Linux 2

To uninstall only the pakchois-devel.x86_64 package we can use the following command:

sudo yum remove pakchois-devel.x86_64

pakchois-devel.x86_64 Package Contents on Amazon Linux 2

/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.x86_64 on Amazon Linux 2 using yum.