schleuder-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
schleuder-cli: command not found
or when using sudo you get the following error message
sudo: schleuder-cli: command not found
Solutions to schleuder-cli: command not found
How To Fix schleuder-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu schleuder-cli is provided by schleuder-cli package.
schleuder-cli is:
Schleuder-cli enables creating, configuring, and deleting schleuder mailing lists, subscriptions, keys, etc.
It uses the Schleuder API, provided by schleuder-api-daemon (part of Schleuder).
Authentication and TLS-verification are mandatory. You need an API-key and the fingerprint of the TLS-certificate of the Schleuder API, respectively. Both should be provided by the API operators.
schleuder-cli does not authorize access. Only people who are supposed to have full access to all lists should be allowed to use it on/with your server.
To fix this problem, we can install more using the command below.
sudo apt-get -y install schleuder-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install schleuder-cli.
sudo apt -y install schleuder-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install schleuder-cli
Summary
In this tutorial we learn how to fix schleuder-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.