icewm-menu-xrandr command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
icewm-menu-xrandr: command not found
or when using sudo you get the following error message
sudo: icewm-menu-xrandr: command not found
Solutions to icewm-menu-xrandr: command not found
How To Fix icewm-menu-xrandr: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu icewm-menu-xrandr is provided by icewm-common package.
icewm-common is:
IceWm is a Window Manager for X Window System. Can emulate the look of Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of the above systems. Features multiple workspaces, opaque move/resize, task bar, window list, mailbox status, digital clock. Fast and small.
This package provides the common files for icewm, icewm-experimental and icewm-lite binary packages.
To fix this problem, we can install more using the command below.
sudo apt-get -y install icewm-common
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install icewm-common.
sudo apt -y install icewm-common
Or if you have aptitude installed you can use the following command.
sudo aptitude install icewm-common
Summary
In this tutorial we learn how to fix icewm-menu-xrandr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.