I was following the article Why 'apt-get install openssl' did not install last version of OpenSSL? to install openssl on my UBuntu box but am getting command not found on my ubuntu box, am a windows user and this is my first time experience on ubuntu box and not sure how it fix it
Below is my Ubuntu Version
Distributor ID: Ubuntu
Description: Ubuntu 8.04.1
Release: 8.04
Codename: hardy
I have manually downloaded OpenSSL 1.1 from https://www.openssl.org/source/openssl-1.1.0f.tar.gz and uploaded to ubuntu server via FTP and run the below commands
sudo ./config -Wl,--enable-new-dtags,-rpath,'$(LIBRPATH)'
output: sudo: ./config: command not found
sudo make
output: sudo: make: command not found
sudo make install
output: sudo: make: command not found
I'm not sure hot fix this command not found
, can someone please me to fix it and isntall OpenSSL?