monado-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
monado-cli: command not found
or when using sudo you get the following error message
sudo: monado-cli: command not found
Solutions to monado-cli: command not found
How To Fix monado-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu monado-cli is provided by monado-cli package.
monado-cli 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 command line utility that can be used to test probing for XR hardware.
To fix this problem, we can install more using the command below.
sudo apt-get -y install monado-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install monado-cli.
sudo apt -y install monado-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install monado-cli
Summary
In this tutorial we learn how to fix monado-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.