How To Install svrcore.x86_64 on Amazon Linux 2

In this tutorial we learn how to install svrcore.x86_64 in Amazon Linux 2. svrcore.x86_64 is Secure PIN handling using NSS crypto

Introduction

In this tutorial we learn how to install svrcore.x86_64 on Amazon Linux 2.

What is svrcore.x86_64

svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS.

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

Install svrcore.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 svrcore.x86_64 using yum by running the following command:

sudo yum -y install svrcore.x86_64

How To Uninstall svrcore.x86_64 on Amazon Linux 2

To uninstall only the svrcore.x86_64 package we can use the following command:

sudo yum remove svrcore.x86_64

svrcore.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libsvrcore.so.0
/usr/lib64/libsvrcore.so.0.0.0
/usr/share/doc/svrcore-4.1.3
/usr/share/doc/svrcore-4.1.3/LICENSE
/usr/share/doc/svrcore-4.1.3/NEWS
/usr/share/doc/svrcore-4.1.3/README

References

Summary

In this tutorial we learn how to install svrcore.x86_64 on Amazon Linux 2 using yum.