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

Last updated: October 03,2024

1. Install "openssl.x86_64" package

This tutorial shows how to install openssl.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install openssl.x86_64

2. Uninstall "openssl.x86_64" package

Learn how to uninstall openssl.x86_64 on CentOS Stream 9:

$ sudo dnf remove openssl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:39 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : openssl
Epoch : 1
Version : 3.0.7
Release : 27.el9
Architecture : x86_64
Size : 1.8 M
Source : openssl-3.0.7-27.el9.src.rpm
Repository : @System
From repo : baseos
Summary : Utilities from the general purpose cryptography library with TLS implementation
URL : http://www.openssl.org/
License : 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.