vefte command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vefte: command not found
or when using sudo you get the following error message
sudo: vefte: command not found
Solutions to vefte: command not found
How To Fix vefte: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vefte is provided by efte package.
efte is:
eFTE is an advanced programmers editor with goals of being lightweight, yet totally configurable. Support for user defined programming languages, menu systems and key bindings are provided with many common defaults already defined.
eFTE is still a new project, however, extended from the FTE editor which was first released in 1995, so eFTE is tried and true with many features for the programmer/text editor.
To fix this problem, we can install more using the command below.
sudo apt-get -y install efte
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install efte.
sudo apt -y install efte
Or if you have aptitude installed you can use the following command.
sudo aptitude install efte
Summary
In this tutorial we learn how to fix vefte command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.