ukui-window-switch command not found

In this troubleshooting guide we learn how to fix ukui-window-switch command not found error message

Introduction

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

ukui-window-switch: command not found

or when using sudo you get the following error message

sudo: ukui-window-switch: command not found

Solutions to ukui-window-switch: command not found

How To Fix ukui-window-switch: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ukui-window-switch is provided by ukui-window-switch package.

ukui-window-switch is:

Front of the window switcher in UKUI desktop environment. Provides the display function(Display window thumbnails and application icons) when the window is switching (press Alt+Tab key).

To fix this problem, we can install more using the command below.

sudo apt-get -y install ukui-window-switch

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install ukui-window-switch.

sudo apt -y install ukui-window-switch

Or if you have aptitude installed you can use the following command.

sudo aptitude install ukui-window-switch

Summary

In this tutorial we learn how to fix ukui-window-switch command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.