How To Install libformula.noarch on Amazon Linux 2

In this tutorial we learn how to install libformula.noarch in Amazon Linux 2. libformula.noarch is Formula Parser

Introduction

In this tutorial we learn how to install libformula.noarch on Amazon Linux 2.

What is libformula.noarch

LibFormula provides Excel-Style-Expressions. The implementation provided here is very generic and can be used in any application that needs to compute formulas.

We can use yum to install libformula.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libformula.noarch.

Install libformula.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 libformula.noarch using yum by running the following command:

sudo yum -y install libformula.noarch

How To Uninstall libformula.noarch on Amazon Linux 2

To uninstall only the libformula.noarch package we can use the following command:

sudo yum remove libformula.noarch

libformula.noarch Package Contents on Amazon Linux 2

/usr/share/doc/libformula-1.1.3
/usr/share/doc/libformula-1.1.3/ChangeLog.txt
/usr/share/doc/libformula-1.1.3/README.txt
/usr/share/doc/libformula-1.1.3/licence-LGPL.txt
/usr/share/java/libformula-1.1.3.jar
/usr/share/java/libformula.jar

References

Summary

In this tutorial we learn how to install libformula.noarch on Amazon Linux 2 using yum.