How to Install and Uninstall libkcapi.i686 Package on AlmaLinux 8

Last updated: May 19,2024

1. Install "libkcapi.i686" package

Please follow the step by step instructions below to install libkcapi.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libkcapi.i686

2. Uninstall "libkcapi.i686" package

Please follow the instructions below to uninstall libkcapi.i686 on AlmaLinux 8:

$ sudo dnf remove libkcapi.i686 $ sudo dnf autoremove

3. Information about the libkcapi.i686 package on AlmaLinux 8

Last metadata expiration check: 0:58:19 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libkcapi
Version : 1.2.0
Release : 2.el8
Architecture : i686
Size : 49 k
Source : libkcapi-1.2.0-2.el8.src.rpm
Repository : baseos
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.