fiche command not found
In this troubleshooting guide we learn how to fix fiche command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
fiche: command not found
or when using sudo you get the following error message
sudo: fiche: command not found
Solutions to fiche: command not found
How To Fix fiche: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fiche is provided by fiche package.
fiche is:
Fiche is at the back end of the paste bin website http://termbin.com/ So you can create your own paste bin.
Typically used in combination with a webserver.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fiche
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fiche.
sudo apt -y install fiche
Or if you have aptitude installed you can use the following command.
sudo aptitude install fiche
Summary
In this tutorial we learn how to fix fiche command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.