sauce command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sauce: command not found
or when using sudo you get the following error message
sudo: sauce: command not found
Solutions to sauce: command not found
How To Fix sauce: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sauce is provided by sauce package.
sauce is:
SAUCE (Software Against Unsolicited Commercial Email) sits between the Internet and your existing Mail Transfer Agent (e.g. Exim). It does a number of checks on incoming mail, including being able to blacklist senders and their sites automatically when they mail special `spam bait’ addresses.
This is a BETA version and is best used by mail experts only.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sauce
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sauce.
sudo apt -y install sauce
Or if you have aptitude installed you can use the following command.
sudo aptitude install sauce
Summary
In this tutorial we learn how to fix sauce command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.