ukwm command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ukwm: command not found
or when using sudo you get the following error message
sudo: ukwm: command not found
Solutions to ukwm: command not found
How To Fix ukwm: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ukwm is provided by ukwm package.
ukwm is:
Ukwm is a small window manager, using GTK+ and Clutter to do everything.
Ukwm is the clutter-based evolution of Metacity, which, as the author says, is a “Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios.”
This package contains the core binaries.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ukwm
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ukwm.
sudo apt -y install ukwm
Or if you have aptitude installed you can use the following command.
sudo aptitude install ukwm
Summary
In this tutorial we learn how to fix ukwm command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.