fische command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fische: command not found
or when using sudo you get the following error message
sudo: fische: command not found
Solutions to fische: command not found
How To Fix fische: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fische is provided by fische package.
fische is:
This application based on libsdl and on the alsa audio driver provides visualisation to the sound reproduced by a sound device creating waves and particular effects.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fische
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fische.
sudo apt -y install fische
Or if you have aptitude installed you can use the following command.
sudo aptitude install fische
Summary
In this tutorial we learn how to fix fische command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.