How To Install perl-Cflow on Fedora 36
Introduction
In this tutorial we learn how to install perl-Cflow
on Fedora 36.
What is perl-Cflow
Cflow with flow-tools support. This module implements an API for processing IP flow accounting information which as been collected from routers and written into flow files.
We can use yum
or dnf
to install perl-Cflow
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Cflow.
Install perl-Cflow on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Cflow
using dnf
by running the following command:
sudo dnf -y install perl-Cflow
Install perl-Cflow on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Cflow
using yum
by running the following command:
sudo yum -y install perl-Cflow
How To Uninstall perl-Cflow on Fedora 36
To uninstall only the perl-Cflow
package we can use the following command:
sudo dnf remove perl-Cflow
perl-Cflow Package Contents on Fedora 36
/usr/bin/flowdumper
/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/eb73f8eae3a5492cadf8c6ddec8146b64a5ea6
/usr/lib64/perl5/vendor_perl/Cflow.pm
/usr/lib64/perl5/vendor_perl/auto/Cflow
/usr/lib64/perl5/vendor_perl/auto/Cflow/Cflow.so
/usr/lib64/perl5/vendor_perl/auto/Cflow/autosplit.ix
/usr/share/doc/perl-Cflow
/usr/share/doc/perl-Cflow/Changes
/usr/share/doc/perl-Cflow/README
/usr/share/licenses/perl-Cflow
/usr/share/licenses/perl-Cflow/COPYING
/usr/share/man/man1/flowdumper.1.gz
/usr/share/man/man3/Cflow.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Cflow
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).