How to Install and Uninstall xalan-j2.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "xalan-j2.noarch" package

This tutorial shows how to install xalan-j2.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xalan-j2.noarch

2. Uninstall "xalan-j2.noarch" package

This tutorial shows how to uninstall xalan-j2.noarch on Amazon Linux 2:

$ sudo yum remove xalan-j2.noarch $ sudo yum autoremove

3. Information about the xalan-j2.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xalan-j2
Arch : noarch
Version : 2.7.1
Release : 23.1.amzn2
Size : 1.9 M
Repo : amzn2-core/2/x86_64
Summary : Java XSLT processor
URL : http://xalan.apache.org/
License : ASL 2.0 and W3C
Description : Xalan is an XSLT processor for transforming XML documents into
: HTML, text, or other XML document types. It implements the W3C
: Recommendations for XSL Transformations (XSLT) and the XML Path
: Language (XPath). It can be used from the command line, in an
: applet or a servlet, or as a module in other program.