xymonq command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xymonq: command not found
or when using sudo you get the following error message
sudo: xymonq: command not found
Solutions to xymonq: command not found
How To Fix xymonq: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xymonq is provided by xymonq package.
xymonq is:
Xymonq makes the monitoring data and configuration gathered by the Xymon monitoring service available for use in shell scripts and on the command line. Multiple filtering possibilities give access to a vast amount of data in an easily usable format.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xymonq
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xymonq.
sudo apt -y install xymonq
Or if you have aptitude installed you can use the following command.
sudo aptitude install xymonq
Summary
In this tutorial we learn how to fix xymonq command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.