openjade-1.4devel command not found

In this troubleshooting guide we learn how to fix openjade-1.4devel command not found error message

Introduction

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

openjade-1.4devel: command not found

or when using sudo you get the following error message

sudo: openjade-1.4devel: command not found

Solutions to openjade-1.4devel: command not found

How To Fix openjade-1.4devel: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu openjade-1.4devel is provided by openjade package.

openjade is:

OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL language. It is based on James Clark’s Jade software.

The OpenJade processor, in conjunction with a DSSSL style sheet, is capable of translating SGML documents into other formats. Output formats currently supported are RTF, HTML, MIF, JadeTeX, or an XML representation of the flow object tree. Using its own non-standard system, it is also capable of transforming one SGML or XML DTD to another.

Author: The OpenJade Team [email protected]

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

sudo apt-get -y install openjade

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

You can also use apt command to install openjade.

sudo apt -y install openjade

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

sudo aptitude install openjade

Summary

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