schleuder command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
schleuder: command not found
or when using sudo you get the following error message
sudo: schleuder: command not found
Solutions to schleuder: command not found
How To Fix schleuder: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu schleuder is provided by schleuder package.
schleuder is:
Schleuder is an encrypting mailing list manager with remailing-capabilities. Subscribers can communicate encrypted (and pseudonymously) among themselves, receive emails from non-subscribers and send emails to non-subscribers via the list.
Version 3 is a complete rewrite, which aims to be more robust, flexible, and internationalized. It also provides an API to be used with schleuder-cli and/or schleuder-web.
To fix this problem, we can install more using the command below.
sudo apt-get -y install schleuder
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install schleuder.
sudo apt -y install schleuder
Or if you have aptitude installed you can use the following command.
sudo aptitude install schleuder
Summary
In this tutorial we learn how to fix schleuder command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.