How To Install pentaho-reporting-flow-engine.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install pentaho-reporting-flow-engine.noarch on Amazon Linux 2.
What is pentaho-reporting-flow-engine.noarch
Pentaho Reporting Flow Engine is a free Java report library, formerly known as ‘JFreeReport’
We can use yum to install pentaho-reporting-flow-engine.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pentaho-reporting-flow-engine.noarch.
Install pentaho-reporting-flow-engine.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-reporting-flow-engine.noarch using yum by running the following command:
sudo yum -y install pentaho-reporting-flow-engine.noarch
How To Uninstall pentaho-reporting-flow-engine.noarch on Amazon Linux 2
To uninstall only the pentaho-reporting-flow-engine.noarch package we can use the following command:
sudo yum remove pentaho-reporting-flow-engine.noarch
pentaho-reporting-flow-engine.noarch Package Contents on Amazon Linux 2
/usr/share/doc/pentaho-reporting-flow-engine-0.9.4
/usr/share/doc/pentaho-reporting-flow-engine-0.9.4/ChangeLog.txt
/usr/share/doc/pentaho-reporting-flow-engine-0.9.4/README.txt
/usr/share/doc/pentaho-reporting-flow-engine-0.9.4/licence-LGPL.txt
/usr/share/java/flow-engine.jar
References
Summary
In this tutorial we learn how to install pentaho-reporting-flow-engine.noarch on Amazon Linux 2 using yum.