xosview command not found

In this troubleshooting guide we learn how to fix xosview command not found error message

Introduction

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

xosview: command not found

or when using sudo you get the following error message

sudo: xosview: command not found

Solutions to xosview: command not found

How To Fix xosview: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu xosview is provided by xosview package.

xosview is:

Xosview is a monitor which displays the status of several system based parameters. These include CPU usage, load average, memory usage, swap space usage, network usage, Wireless LAN meter, interrupts and serial port status. Appearance is fully configurable via command line or X resources.

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

sudo apt-get -y install xosview

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

You can also use apt command to install xosview.

sudo apt -y install xosview

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

sudo aptitude install xosview

Summary

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