How to Install and Uninstall openssl.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "openssl.x86_64" package

This guide covers the steps necessary to install openssl.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install openssl.x86_64

2. Uninstall "openssl.x86_64" package

Here is a brief guide to show you how to uninstall openssl.x86_64 on CentOS Stream 8:

$ sudo dnf remove openssl.x86_64 $ sudo dnf autoremove

3. Information about the openssl.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:20:48 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : openssl
Epoch : 1
Version : 1.1.1k
Release : 12.el8
Architecture : x86_64
Size : 1.1 M
Source : openssl-1.1.1k-12.el8.src.rpm
Repository : @System
From repo : baseos
Summary : Utilities from the general purpose cryptography library with TLS implementation
URL : http://www.openssl.org/
License : OpenSSL and ASL 2.0
Description : The OpenSSL toolkit provides support for secure communications between
: machines. OpenSSL includes a certificate management tool and shared
: libraries which provide various cryptographic algorithms and
: protocols.