How to Install and Uninstall crypto-devel.x86_64 Package on Oracle Linux 8

Last updated: May 21,2024

1. Install "crypto-devel.x86_64" package

Please follow the steps below to install crypto-devel.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install crypto-devel.x86_64

2. Uninstall "crypto-devel.x86_64" package

This guide let you learn how to uninstall crypto-devel.x86_64 on Oracle Linux 8:

$ sudo dnf remove crypto-devel.x86_64 $ sudo dnf autoremove

3. Information about the crypto-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:04:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : crypto-devel
Version : 1.0.0
Release : 2.20210330git837705e.el8
Architecture : x86_64
Size : 38 k
Source : crypto-1.0.0-2.20210330git837705e.el8.src.rpm
Repository : epel
Summary : Development files for crypto
URL : https://github.com/SDL-Hercules-390/crypto
License : Public Domain and MIT and BSD
Description :
: Crypto provides a simple implementation of the Rijndael (now AES) and DES
: encryption algorithms as well as the SHA1 and SHA2 hashing algorithms. The
: library is almost a verbatim copy of the code from OpenBSD and PuTTY.
:
: The crypto-devel package contains libraries and header files for
: developing applications that use crypto.