misery command not found

In this troubleshooting guide we learn how to fix misery command not found error message

Introduction

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

misery: command not found

or when using sudo you get the following error message

sudo: misery: command not found

Solutions to misery: command not found

How To Fix misery: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu misery is provided by misery package.

misery is:

Misery is a simple way to do accounting for things like clubs, and group holidays. Anything where you have things like shared food, transport, drinks/dinners out, group gear and so on. Data is entered as text files and it produces finished accounts as a set of HTML files which can be uploaded so participants can easily find out how much they owe/are owed. It is not a double-entry bookkeeping tool and it doesn’t do invoicing.

It has a number of useful features to make it easy to sort out bar and restaurant bills, deal with multiple currencies, recurring costs, beer tallies, bank accounts, and to check that categories sum to zero when they should.

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

sudo apt-get -y install misery

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

You can also use apt command to install misery.

sudo apt -y install misery

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

sudo aptitude install misery

Summary

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