s-tui command not found

In this troubleshooting guide we learn how to fix s-tui command not found error message

Introduction

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

s-tui: command not found

or when using sudo you get the following error message

sudo: s-tui: command not found

Solutions to s-tui: command not found

How To Fix s-tui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu s-tui is provided by s-tui package.

s-tui is:

s-tui allows monitoring of CPU temperature, frequency, power and utilization in a graphical way from the terminal.

It requires no X server and has built-in integration with stress/stress-ng.

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

sudo apt-get -y install s-tui

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

You can also use apt command to install s-tui.

sudo apt -y install s-tui

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

sudo aptitude install s-tui

Summary

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