mate-eiciel command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mate-eiciel: command not found
or when using sudo you get the following error message
sudo: mate-eiciel: command not found
Solutions to mate-eiciel: command not found
How To Fix mate-eiciel: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mate-eiciel is provided by caja-eiciel package.
caja-eiciel is:
MATE eiciel is a Graphical editor for access control lists (ACLs) and extended attributes (xattr), either as an extension within Caja, or as a standalone utility.
To fix this problem, we can install more using the command below.
sudo apt-get -y install caja-eiciel
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install caja-eiciel.
sudo apt -y install caja-eiciel
Or if you have aptitude installed you can use the following command.
sudo aptitude install caja-eiciel
Summary
In this tutorial we learn how to fix mate-eiciel command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.