ukui-system-monitor command not found

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

Introduction

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

ukui-system-monitor: command not found

or when using sudo you get the following error message

sudo: ukui-system-monitor: command not found

Solutions to ukui-system-monitor: command not found

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

In Ubuntu ukui-system-monitor is provided by ukui-system-monitor package.

ukui-system-monitor is:

UKUI system monitor allows you to graphically view and manipulate the running processes, It also provides an overview of the resources (such as CPU and memory) and File Systems on your system.

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

sudo apt-get -y install ukui-system-monitor

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

You can also use apt command to install ukui-system-monitor.

sudo apt -y install ukui-system-monitor

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

sudo aptitude install ukui-system-monitor

Summary

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