o-saft command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
o-saft: command not found
or when using sudo you get the following error message
sudo: o-saft: command not found
Solutions to o-saft: command not found
How To Fix o-saft: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu o-saft is provided by o-saft package.
o-saft is:
O-Saft is an easy to use tool to show information about SSL certificates and tests the SSL connection according to a given list of ciphers and various SSL configurations.
It’s designed to be used by penetration testers, security auditors or server administrators. The idea is to show the important information or the special checks with a simple call of the tool. However, it provides a wide range of options so that it can be used for comprehensive and special checks by experienced people.
To fix this problem, we can install more using the command below.
sudo apt-get -y install o-saft
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install o-saft.
sudo apt -y install o-saft
Or if you have aptitude installed you can use the following command.
sudo aptitude install o-saft
Summary
In this tutorial we learn how to fix o-saft command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.