openssl version # Output example: OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) RHEL 9 and Fedora use OpenSSL 3.0. RHEL 8 and CentOS 8 use OpenSSL 1.1.1.
On Linux, the system’s core OpenSSL is often a dependency for sudo , ssh , and wget . Instead of removing, you can mask a custom installation by removing its PATH entry. Source installation (custom prefix): Simply delete the prefix directory:
# Fedora (modern) sudo dnf install openssl openssl-devel sudo yum install openssl openssl-devel For minimal environments (no man pages, etc.) sudo dnf install openssl-libs
openssl version # Output example: OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) RHEL 9 and Fedora use OpenSSL 3.0. RHEL 8 and CentOS 8 use OpenSSL 1.1.1.
On Linux, the system’s core OpenSSL is often a dependency for sudo , ssh , and wget . Instead of removing, you can mask a custom installation by removing its PATH entry. Source installation (custom prefix): Simply delete the prefix directory:
# Fedora (modern) sudo dnf install openssl openssl-devel sudo yum install openssl openssl-devel For minimal environments (no man pages, etc.) sudo dnf install openssl-libs