How To Install openjade.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install openjade.x86_64 on Amazon Linux 2.
What is openjade.x86_64
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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openjade.x86_64.
Install openjade.x86_64 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.x86_64 using yum by running the following command:
sudo yum -y install openjade.x86_64
How To Uninstall openjade.x86_64 on Amazon Linux 2
To uninstall only the openjade.x86_64 package we can use the following command:
sudo yum remove openjade.x86_64
openjade.x86_64 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/lib64/libogrove.so.0
/usr/lib64/libogrove.so.0.0.1
/usr/lib64/libospgrove.so.0
/usr/lib64/libospgrove.so.0.0.1
/usr/lib64/libostyle.so.0
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.