muffin command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
muffin: command not found
or when using sudo you get the following error message
sudo: muffin: command not found
Solutions to muffin: command not found
How To Fix muffin: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu muffin is provided by muffin package.
muffin is:
Muffin is a small window manager performing compositing as well based on GTK+ and Clutter and used in desktop environment such as Cinnamon.
It is fairly extensible by the mean of plugins, providing new or customized visual effects as well as a flexibility in the behavior of the window manager.
This package contains the core binaries.
To fix this problem, we can install more using the command below.
sudo apt-get -y install muffin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install muffin.
sudo apt -y install muffin
Or if you have aptitude installed you can use the following command.
sudo aptitude install muffin
Summary
In this tutorial we learn how to fix muffin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.