How To Install openjade.i686 on Amazon Linux 2

In this tutorial we learn how to install openjade.i686 in Amazon Linux 2. openjade.i686 is A DSSSL implementation

Introduction

In this tutorial we learn how to install openjade.i686 on Amazon Linux 2.

What is openjade.i686

OpenJade is an implementation of the ISO/IEC 10179 DSSSL (Document Style Semantics and Specification Language). OpenJade is based on James Clark’s Jade implementation of DSSSL. OpenJade is a command-line application and a set of components. The DSSSL engine inputs an SGML or XML document and can output a variety of formats

We can use yum to install openjade.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openjade.i686.

Install openjade.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install openjade.i686 using yum by running the following command:

sudo yum -y install openjade.i686

How To Uninstall openjade.i686 on Amazon Linux 2

To uninstall only the openjade.i686 package we can use the following command:

sudo yum remove openjade.i686

openjade.i686 Package Contents on Amazon Linux 2

/etc/sgml/openjade-1.3.2-45.amzn2.0.3.soc
/etc/sgml/openjade.soc
/usr/bin/jade
/usr/bin/openjade
/usr/lib/libogrove.so.0
/usr/lib/libogrove.so.0.0.1
/usr/lib/libospgrove.so.0
/usr/lib/libospgrove.so.0.0.1
/usr/lib/libostyle.so.0
/usr/lib/libostyle.so.0.0.1
/usr/share/doc/openjade-1.3.2
/usr/share/doc/openjade-1.3.2/COPYING
/usr/share/doc/openjade-1.3.2/README
/usr/share/doc/openjade-1.3.2/README.jadetex
/usr/share/doc/openjade-1.3.2/VERSION
/usr/share/doc/openjade-1.3.2/autoconf.htm
/usr/share/doc/openjade-1.3.2/contributors.htm
/usr/share/doc/openjade-1.3.2/copying.txt
/usr/share/doc/openjade-1.3.2/dsssl2.htm
/usr/share/doc/openjade-1.3.2/images
/usr/share/doc/openjade-1.3.2/images/background.gif
/usr/share/doc/openjade-1.3.2/images/dsssltitle.gif
/usr/share/doc/openjade-1.3.2/images/space.gif
/usr/share/doc/openjade-1.3.2/images/top-of-page.gif
/usr/share/doc/openjade-1.3.2/index.htm
/usr/share/doc/openjade-1.3.2/mif.htm
/usr/share/doc/openjade-1.3.2/rtf.htm
/usr/share/doc/openjade-1.3.2/tex.htm
/usr/share/doc/openjade-1.3.2/transform.htm
/usr/share/doc/openjade-1.3.2/xmlfo.htm
/usr/share/man/man1/jade.1.gz
/usr/share/man/man1/openjade.1.gz
/usr/share/sgml/openjade-1.3.2
/usr/share/sgml/openjade-1.3.2/builtins.dsl
/usr/share/sgml/openjade-1.3.2/catalog
/usr/share/sgml/openjade-1.3.2/dsssl.dtd
/usr/share/sgml/openjade-1.3.2/fot.dtd
/usr/share/sgml/openjade-1.3.2/style-sheet.dtd

References

Summary

In this tutorial we learn how to install openjade.i686 on Amazon Linux 2 using yum.