a-rex-backtrace-collect command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
a-rex-backtrace-collect: command not found
or when using sudo you get the following error message
sudo: a-rex-backtrace-collect: command not found
Solutions to a-rex-backtrace-collect: command not found
How To Fix a-rex-backtrace-collect: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu a-rex-backtrace-collect is provided by nordugrid-arc-arex package.
nordugrid-arc-arex is:
NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC).
The ARC Resource-coupled EXecution service (AREX) is the Computing Element of the ARC middleware. AREX offers a full-featured middle layer to manage computational tasks including interfacing to local batch systems, taking care of complex environments such as data staging, data caching, software environment provisioning, information collection and exposure, accounting information gathering and publishing.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nordugrid-arc-arex
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nordugrid-arc-arex.
sudo apt -y install nordugrid-arc-arex
Or if you have aptitude installed you can use the following command.
sudo aptitude install nordugrid-arc-arex
Summary
In this tutorial we learn how to fix a-rex-backtrace-collect command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.