How To Install pyflowtools on Fedora 36

In this tutorial we learn how to install pyflowtools in Fedora 36. pyflowtools is An interface to OSU FlowTools

Introduction

In this tutorial we learn how to install pyflowtools on Fedora 36.

What is pyflowtools

Python bindings to OSU Flow-Tools library This is an interface which allows one to read flows stored by OSU FlowTools into python program for further analysis.

We can use yum or dnf to install pyflowtools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pyflowtools.

Install pyflowtools 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 pyflowtools using dnf by running the following command:

sudo dnf -y install pyflowtools

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

sudo yum -y install pyflowtools

How To Uninstall pyflowtools on Fedora 36

To uninstall only the pyflowtools package we can use the following command:

sudo dnf remove pyflowtools

pyflowtools Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/0c539eaf9882996d3d273c6268aca2fba85362
/usr/lib64/python3.10/site-packages/flowtools.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pyflowtools-0.3.4.2-py3.10.egg-info
/usr/share/doc/pyflowtools
/usr/share/doc/pyflowtools/CHANGES
/usr/share/doc/pyflowtools/COPYING
/usr/share/doc/pyflowtools/README
/usr/share/doc/pyflowtools/example.py
/usr/share/doc/pyflowtools/flowprint-full

References

Summary

In this tutorial we learn how to install pyflowtools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).