prayer-ssl-prune command not found

In this troubleshooting guide we learn how to fix prayer-ssl-prune command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

prayer-ssl-prune: command not found

or when using sudo you get the following error message

sudo: prayer-ssl-prune: command not found

Solutions to prayer-ssl-prune: command not found

How To Fix prayer-ssl-prune: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu prayer-ssl-prune is provided by prayer package.

prayer is:

Prayer is yet another Webmail interface.

It is unusual in that it is a complete, standalone, HTTP server and proxy rather a Apache/mod_php plugin. Prayer maintains persistent connections to the IMAP server and is written entirely in C. Consequently it is much faster than most open source Webmail interfaces and puts very little load on either the machines running the Web server or the backend IMAP servers (even if traditional Unix format mailfolders are in use).

Prayer has very few external dependencies as user preferences are stored on the IMAP server rather than in a SQL database. It does however implement a full range of features and user preference settings.

To fix this problem, we can install more using the command below.

sudo apt-get -y install prayer

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install prayer.

sudo apt -y install prayer

Or if you have aptitude installed you can use the following command.

sudo aptitude install prayer

Summary

In this tutorial we learn how to fix prayer-ssl-prune command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.