How To Install openjade on Rocky Linux 8
Introduction
In this tutorial we learn how to install openjade on Rocky Linux 8.
What is openjade
OpenJade is an implementation of the ISO/IEC 10179 (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 XML, RTF, TeX, MIF (FrameMaker), SGML, or XML.
We can use yum or dnf to install openjade on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install openjade.
Install openjade on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install openjade using dnf by running the following command:
sudo dnf -y install openjade
Install openjade on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install openjade using yum by running the following command:
sudo yum -y install openjade
How To Uninstall openjade on Rocky Linux 8
To uninstall only the openjade package we can use the following command:
sudo dnf remove openjade
openjade Package Contents on Rocky Linux 8
/etc/sgml/openjade-1.3.2-57.el8.soc
/etc/sgml/openjade.soc
/usr/bin/jade
/usr/bin/openjade
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/94a08d5758494f744a68633c1b5f12335b168f
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/cdbb8498089ed851e97efc9ab287856448d383
/usr/lib/.build-id/53
/usr/lib/.build-id/53/8d12681ac53760ab8a7641a2e817ff6ee93161
/usr/lib/.build-id/59
/usr/lib/.build-id/59/4178d6847f36fcf4588827126f3847e5fa4792
/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
/usr/share/doc/openjade/COPYING
/usr/share/doc/openjade/README
/usr/share/doc/openjade/README.jadetex
/usr/share/doc/openjade/VERSION
/usr/share/doc/openjade/autoconf.htm
/usr/share/doc/openjade/contributors.htm
/usr/share/doc/openjade/copying.txt
/usr/share/doc/openjade/dsssl2.htm
/usr/share/doc/openjade/images
/usr/share/doc/openjade/images/background.gif
/usr/share/doc/openjade/images/dsssltitle.gif
/usr/share/doc/openjade/images/space.gif
/usr/share/doc/openjade/images/top-of-page.gif
/usr/share/doc/openjade/index.htm
/usr/share/doc/openjade/mif.htm
/usr/share/doc/openjade/rtf.htm
/usr/share/doc/openjade/tex.htm
/usr/share/doc/openjade/transform.htm
/usr/share/doc/openjade/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
/etc/sgml/openjade-1.3.2-57.el8.soc
/etc/sgml/openjade.soc
/usr/bin/jade
/usr/bin/openjade
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/5b87ec57c5ad79f573aa0fcd9e28bf35750cc4
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/069dd1c243e0b37acc166ecc5a4852ed228a09
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/6697e6a93f034c66ccc5d63b37f1bc03e9f1c2
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/9da914c1d0383e8f63226b35328d086d8185e0
/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
/usr/share/doc/openjade/COPYING
/usr/share/doc/openjade/README
/usr/share/doc/openjade/README.jadetex
/usr/share/doc/openjade/VERSION
/usr/share/doc/openjade/autoconf.htm
/usr/share/doc/openjade/contributors.htm
/usr/share/doc/openjade/copying.txt
/usr/share/doc/openjade/dsssl2.htm
/usr/share/doc/openjade/images
/usr/share/doc/openjade/images/background.gif
/usr/share/doc/openjade/images/dsssltitle.gif
/usr/share/doc/openjade/images/space.gif
/usr/share/doc/openjade/images/top-of-page.gif
/usr/share/doc/openjade/index.htm
/usr/share/doc/openjade/mif.htm
/usr/share/doc/openjade/rtf.htm
/usr/share/doc/openjade/tex.htm
/usr/share/doc/openjade/transform.htm
/usr/share/doc/openjade/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 on Rocky Linux 8 using yum and dnf.