Install Openssl -

(10/10 utility, 4/10 installation experience).

Most Linux distributions have OpenSSL pre-installed. However, you may need the development headers ( libssl-dev ) for compiling other software. Ubuntu / Debian sudo apt update sudo apt install openssl libssl-dev Use code with caution. CentOS / RHEL / Fedora sudo dnf install openssl openssl-devel Use code with caution. Compiling from Source (All Distributions) install openssl

Follow the prompts. It is recommended to install to a directory like C:\OpenSSL-Win64 rather than the Windows system directory. : To use openssl from any command window: (10/10 utility, 4/10 installation experience)

# Update package list sudo apt update