mudita24 command not found

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

Introduction

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

mudita24: command not found

or when using sudo you get the following error message

sudo: mudita24: command not found

Solutions to mudita24: command not found

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

In Ubuntu mudita24 is provided by mudita24 package.

mudita24 is:

Mudita24 is a modification of the Linux alsa-tools’ envy24control: an application controlling the digital mixer, channel gains and other hardware settings for sound cards based on the VIA Ice1712 chipset aka Envy24. Unlike most ALSA mixer controls, this application displays a level meter for each input and output channel and maintains peak level indicators. This is based on Envy24’s hardware peak metering feature.

Mudita24 provides alternate name to avoid confusion with “envy24control 0.6.0” until changes in this version propagate upstream. As balance to the “Envy”, this project needed some Mudita “In Buddhism the third of the four divine abidings is mudita, taking joy in the good fortune of another. This virtue is considered the antidote to envy and the opposite of schadenfreude.”

This utility is preferable to alsamixer for those with ice1712-based cards: M-Audio Delta 1010, Delta 1010LT, Delta DiO 2496, Delta 66, Delta 44, Delta 410 and Audiophile 2496. Terratec EWS 88MT, EWS 88D, EWX 24/96, DMX 6Fire, Phase 88. Hoontech Soundtrack DSP 24, Soundtrack DSP 24 Value, Soundtrack DSP 24 Media 7.1. Event Electronics EZ8. Digigram VX442. Lionstracs, Mediastaton. Terrasoniq TS 88. Roland/Edirol DA-2496.

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

sudo apt-get -y install mudita24

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

You can also use apt command to install mudita24.

sudo apt -y install mudita24

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

sudo aptitude install mudita24

Summary

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