How to Install libssl-dev in Ubuntu 18.04



Install libssl-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libssl-dev

Description:

Secure Sockets Layer toolkit - development files

This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains development libraries, header files, and manpages for libssl and libcrypto.

Homepage: https://www.openssl.org/

Version: 1.1.0g-2ubuntu4

Section: libdevel