formiko command not found
In this troubleshooting guide we learn how to fix formiko command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
formiko: command not found
or when using sudo you get the following error message
sudo: formiko: command not found
Solutions to formiko: command not found
How To Fix formiko: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu formiko is provided by formiko package.
formiko is:
Features:
- GtkSourceView based editor with syntax highlighting
- possible use Vim editor
- vertical or horizontal window splitting
- preview mode
- periodic save file
- json and html preview
To fix this problem, we can install more using the command below.
sudo apt-get -y install formiko
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install formiko.
sudo apt -y install formiko
Or if you have aptitude installed you can use the following command.
sudo aptitude install formiko
Summary
In this tutorial we learn how to fix formiko command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.