gjh_asl_json command not found

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

Introduction

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

gjh_asl_json: command not found

or when using sudo you get the following error message

sudo: gjh_asl_json: command not found

Solutions to gjh_asl_json: command not found

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

In Ubuntu gjh_asl_json is provided by gjh-asl-json package.

gjh-asl-json is:

A simple tool providing similar functionality to that of the gjh “solver” distributed with the AMPL Solver Library.

NLP information is summarized in a JSON-formatted output file.

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

sudo apt-get -y install gjh-asl-json

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

You can also use apt command to install gjh-asl-json.

sudo apt -y install gjh-asl-json

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

sudo aptitude install gjh-asl-json

Summary

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