9menu command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
9menu: command not found
or when using sudo you get the following error message
sudo: 9menu: command not found
Solutions to 9menu: command not found
How To Fix 9menu: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu 9menu is provided by 9menu package.
9menu is:
This is a simple program that allows you to create X menus from the shell, where each menu item will run a command. 9menu is intended for use with 9wm, but can be used with any other window manager.
To fix this problem, we can install more using the command below.
sudo apt-get -y install 9menu
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install 9menu.
sudo apt -y install 9menu
Or if you have aptitude installed you can use the following command.
sudo aptitude install 9menu
Summary
In this tutorial we learn how to fix 9menu command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.