How To Install libbase.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install libbase.noarch on Amazon Linux 2.
What is libbase.noarch
LibBase is a library developed to provide base services like logging, configuration and initialization to other libraries and applications. The library is the root library for all Pentaho-Reporting projects.
We can use yum to install libbase.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libbase.noarch.
Install libbase.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 libbase.noarch using yum by running the following command:
sudo yum -y install libbase.noarch
How To Uninstall libbase.noarch on Amazon Linux 2
To uninstall only the libbase.noarch package we can use the following command:
sudo yum remove libbase.noarch
libbase.noarch Package Contents on Amazon Linux 2
/usr/share/doc/libbase-1.1.3
/usr/share/doc/libbase-1.1.3/ChangeLog.txt
/usr/share/doc/libbase-1.1.3/README.txt
/usr/share/doc/libbase-1.1.3/licence-LGPL.txt
/usr/share/java/libbase-1.1.3.jar
/usr/share/java/libbase.jar
References
Summary
In this tutorial we learn how to install libbase.noarch on Amazon Linux 2 using yum.