monado-gui command not found

In this troubleshooting guide we learn how to fix monado-gui command not found error message

Introduction

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

monado-gui: command not found

or when using sudo you get the following error message

sudo: monado-gui: command not found

Solutions to monado-gui: command not found

How To Fix monado-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu monado-gui is provided by monado-gui package.

monado-gui is:

Monado is an open-source package for interacting with virtual and augmented reality (collectively known as XR) hardware and software.

This package provides a graphical interface utility that can be used to test probing for XR hardware, as well as performing calibration of cameras for use in tracking.

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

sudo apt-get -y install monado-gui

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

You can also use apt command to install monado-gui.

sudo apt -y install monado-gui

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

sudo aptitude install monado-gui

Summary

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