How to Install and Uninstall libkcapi.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "libkcapi.x86_64" package

In this section, we are going to explain the necessary steps to install libkcapi.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libkcapi.x86_64

2. Uninstall "libkcapi.x86_64" package

Here is a brief guide to show you how to uninstall libkcapi.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libkcapi.x86_64 $ sudo dnf autoremove

3. Information about the libkcapi.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:33:00 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : libkcapi
Version : 1.2.0
Release : 2.el8
Architecture : x86_64
Size : 79 k
Source : libkcapi-1.2.0-2.el8.src.rpm
Repository : @System
From repo : anaconda
Summary : User space interface to the Linux Kernel Crypto API
URL : http://www.chronox.de/libkcapi.html
License : BSD or GPLv2
Description : libkcapi allows user-space to access the Linux kernel crypto API.
:
: This library uses the netlink interface and exports easy to use APIs
: so that a developer does not need to consider the low-level netlink
: interface handling.
:
: The library does not implement any cipher algorithms. All consumer
: requests are sent to the kernel for processing. Results from the
: kernel crypto API are returned to the consumer via the library API.
:
: The kernel interface and therefore this library can be used by
: unprivileged processes.