How to install OpenSSL development headers on Ubuntu

In order to install the OpenSSL headers on Ubuntu, use

example.sh
sudo apt -y install libssl-dev

Check out similar posts by category: C/C++, Linux