How to Install and Uninstall openssl3.x86_64 Package on Rocky Linux 8

Last updated: May 16,2024

1. Install "openssl3.x86_64" package

This tutorial shows how to install openssl3.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install openssl3.x86_64

2. Uninstall "openssl3.x86_64" package

In this section, we are going to explain the necessary steps to uninstall openssl3.x86_64 on Rocky Linux 8:

$ sudo dnf remove openssl3.x86_64 $ sudo dnf autoremove

3. Information about the openssl3.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:27:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : openssl3
Version : 3.0.1
Release : 18.el8.1
Architecture : x86_64
Size : 1.1 M
Source : openssl3-3.0.1-18.el8.1.src.rpm
Repository : epel
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.