How To Install perl-Fsdb on CentOS 7
Introduction
In this tutorial we learn how to install perl-Fsdb
on CentOS 7.
What is perl-Fsdb
FSDB is a package of commands for manipulating flat-ASCII databases from shell scripts. FSDB is useful to process medium amounts of data (with very little data you’d do it by hand, with megabytes you might want a real database). FSDB is very good at doing things like - extracting measurements from experimental output - re-examining data to address different hypotheses - joining data from different experiments - eliminating/detecting outliers - computing statistics on data (mean, confidence intervals, correlations, histograms) - reformatting data for graphing programs Rather than hand-code scripts to do each special case, FSDB provides higher-level functions than one gets with raw perl or shell scripts. (Some features column numbers, it is self-documenting, and is robust with good error and memory handling.)
We can use yum
or dnf
to install perl-Fsdb
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Fsdb.
Install perl-Fsdb on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install perl-Fsdb
using yum
by running the following command:
Install perl-Fsdb on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install perl-Fsdb
using dnf
by running the following command:
How To Uninstall perl-Fsdb on CentOS 7
To uninstall only the perl-Fsdb
package we can use the following command:
References
Summary
In this tutorial we learn how to install perl-Fsdb
on CentOS 7 using yum
and dnf
.