How to Install and Uninstall svrcore-devel.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "svrcore-devel.x86_64" package

Please follow the instructions below to install svrcore-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install svrcore-devel.x86_64

2. Uninstall "svrcore-devel.x86_64" package

Please follow the guidance below to uninstall svrcore-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove svrcore-devel.x86_64 $ sudo yum autoremove

3. Information about the svrcore-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : svrcore-devel
Arch : x86_64
Version : 4.1.3
Release : 2.amzn2.0.1
Size : 11 k
Repo : amzn2-core/2/x86_64
Summary : Development files for secure PIN handling using NSS crypto
URL : https://pagure.io/svrcore
License : MPL2.0
Description : 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.
:
: This package contains header files and symlinks to develop
: programs which will use the libsvrcore library. You should
: install this package if you need to develop programs which will
: use the svrcore library.