exmendis command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
exmendis: command not found
or when using sudo you get the following error message
sudo: exmendis: command not found
Solutions to exmendis: command not found
How To Fix exmendis: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu exmendis is provided by extra-xdg-menus package.
extra-xdg-menus is:
This package installs various optional extra desktop menus for grouping applications on GNOME, KDE and other XDG menu-spec compliant desktop environments.
Currently, this package adds Electronics and HamRadio sections to the Applications menu.
The extra menus may be enabled or disabled on a system or per-user basis with the supplied scripts: exmenen and exmendis.
To fix this problem, we can install more using the command below.
sudo apt-get -y install extra-xdg-menus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install extra-xdg-menus.
sudo apt -y install extra-xdg-menus
Or if you have aptitude installed you can use the following command.
sudo aptitude install extra-xdg-menus
Summary
In this tutorial we learn how to fix exmendis command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.