How To Install flow-tools-devel on Fedora 36
Introduction
In this tutorial we learn how to install flow-tools-devel
on Fedora 36.
What is flow-tools-devel
Flow-tools is library and a collection of programs used to collect, send, process, and generate reports from NetFlow data. The tools can be used together on a single server or distributed to multiple servers for large deployments. The flow-toools library provides an API for development of custom applications for NetFlow export versions 1,5,6 and the 14 currently defined version 8 subversions. A Perl and Python interface have been contributed and are included in the distribution. This package contains header files required to build applications that use libft.
We can use yum
or dnf
to install flow-tools-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flow-tools-devel.
Install flow-tools-devel 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 flow-tools-devel
using dnf
by running the following command:
sudo dnf -y install flow-tools-devel
Install flow-tools-devel 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 flow-tools-devel
using yum
by running the following command:
sudo yum -y install flow-tools-devel
How To Uninstall flow-tools-devel on Fedora 36
To uninstall only the flow-tools-devel
package we can use the following command:
sudo dnf remove flow-tools-devel
flow-tools-devel Package Contents on Fedora 36
/usr/include/ftlib.h
/usr/include/ftqueue.h
/usr/lib/libft.so
References
Summary
In this tutorial we learn how to install flow-tools-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install flow-tools-devel on Fedora 36” linkTitle: “flow-tools-devel” type: “docs” description: “In this tutorial we learn how to install flow-tools-devel in Fedora 36. flow-tools-devel is Development files for flow-tools” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flow-tools-devel-featured.png
Introduction
In this tutorial we learn how to install flow-tools-devel
on Fedora 36.
What is flow-tools-devel
Flow-tools is library and a collection of programs used to collect, send, process, and generate reports from NetFlow data. The tools can be used together on a single server or distributed to multiple servers for large deployments. The flow-toools library provides an API for development of custom applications for NetFlow export versions 1,5,6 and the 14 currently defined version 8 subversions. A Perl and Python interface have been contributed and are included in the distribution. This package contains header files required to build applications that use libft.
We can use yum
or dnf
to install flow-tools-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flow-tools-devel.
Install flow-tools-devel 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 flow-tools-devel
using dnf
by running the following command:
sudo dnf -y install flow-tools-devel
Install flow-tools-devel 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 flow-tools-devel
using yum
by running the following command:
sudo yum -y install flow-tools-devel
How To Uninstall flow-tools-devel on Fedora 36
To uninstall only the flow-tools-devel
package we can use the following command:
sudo dnf remove flow-tools-devel
flow-tools-devel Package Contents on Fedora 36
/usr/include/ftlib.h
/usr/include/ftqueue.h
/usr/lib64/libft.so
References
Summary
In this tutorial we learn how to install flow-tools-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).