How To Install pentaho-libxml.noarch on Amazon Linux 2
In this tutorial we learn how to install pentaho-libxml.noarch in Amazon Linux 2. pentaho-libxml.noarch is Namespace aware SAX-Parser utility library
Introduction
In this tutorial we learn how to install pentaho-libxml.noarch
on Amazon Linux 2.
What is pentaho-libxml.noarch
Pentaho LibXML is a namespace aware SAX-Parser utility library. It eases the pain of implementing non-trivial SAX input handlers.
We can use yum
to install pentaho-libxml.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pentaho-libxml.noarch.
Install pentaho-libxml.noarch 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 pentaho-libxml.noarch
using yum
by running the following command:
sudo yum -y install pentaho-libxml.noarch
How To Uninstall pentaho-libxml.noarch on Amazon Linux 2
To uninstall only the pentaho-libxml.noarch
package we can use the following command:
sudo yum remove pentaho-libxml.noarch
pentaho-libxml.noarch Package Contents on Amazon Linux 2
/usr/share/doc/pentaho-libxml-1.1.3
/usr/share/doc/pentaho-libxml-1.1.3/ChangeLog.txt
/usr/share/doc/pentaho-libxml-1.1.3/README.txt
/usr/share/doc/pentaho-libxml-1.1.3/licence-LGPL.txt
/usr/share/java/libxml-1.1.3.jar
/usr/share/java/libxml.jar
References
Summary
In this tutorial we learn how to install pentaho-libxml.noarch
on Amazon Linux 2 using yum.