XRS_roiNmaSelection command not found

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

Introduction

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

XRS_roiNmaSelection: command not found

or when using sudo you get the following error message

sudo: XRS_roiNmaSelection: command not found

Solutions to XRS_roiNmaSelection: command not found

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

In Ubuntu XRS_roiNmaSelection is provided by python3-xrstools package.

python3-xrstools is:

Collection of tools and Python3 modules to extract and analyze x-ray Raman scattering (XRS) data from ID20 of the European Synchrotron Radiation Facility

XRS_wizard is omitted until support is available for Qt5.

This package installs the library for Python 3.

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

sudo apt-get -y install python3-xrstools

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

You can also use apt command to install python3-xrstools.

sudo apt -y install python3-xrstools

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

sudo aptitude install python3-xrstools

Summary

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