exmenen command not found

In this troubleshooting guide we learn how to fix exmenen command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

exmenen: command not found

or when using sudo you get the following error message

sudo: exmenen: command not found

Solutions to exmenen: command not found

How To Fix exmenen: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu exmenen 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 exmenen command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.