How To Install python3-aioflo on Fedora 36

In this tutorial we learn how to install python3-aioflo in Fedora 36. python3-aioflo is Python library for Flo by Moen Smart Water Detectors

Introduction

In this tutorial we learn how to install python3-aioflo on Fedora 36.

What is python3-aioflo

An asyncio-friendly Python library for Flo Smart Water Detectors.

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

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

sudo dnf -y install python3-aioflo

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

sudo yum -y install python3-aioflo

How To Uninstall python3-aioflo on Fedora 36

To uninstall only the python3-aioflo package we can use the following command:

sudo dnf remove python3-aioflo

python3-aioflo Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/aioflo
/usr/lib/python3.10/site-packages/aioflo-0.4.2.dist-info
/usr/lib/python3.10/site-packages/aioflo-0.4.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/aioflo-0.4.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/aioflo-0.4.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/aioflo-0.4.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/aioflo/__init__.py
/usr/lib/python3.10/site-packages/aioflo/__pycache__
/usr/lib/python3.10/site-packages/aioflo/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/alarm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/alarm.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/device.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/device.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/location.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/location.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/user.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/user.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/water.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/__pycache__/water.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/alarm.py
/usr/lib/python3.10/site-packages/aioflo/api.py
/usr/lib/python3.10/site-packages/aioflo/const.py
/usr/lib/python3.10/site-packages/aioflo/device.py
/usr/lib/python3.10/site-packages/aioflo/errors.py
/usr/lib/python3.10/site-packages/aioflo/location.py
/usr/lib/python3.10/site-packages/aioflo/user.py
/usr/lib/python3.10/site-packages/aioflo/util
/usr/lib/python3.10/site-packages/aioflo/util/__init__.py
/usr/lib/python3.10/site-packages/aioflo/util/__pycache__
/usr/lib/python3.10/site-packages/aioflo/util/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aioflo/util/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/aioflo/water.py
/usr/share/doc/python3-aioflo
/usr/share/doc/python3-aioflo/AUTHORS.md
/usr/share/doc/python3-aioflo/README.md
/usr/share/licenses/python3-aioflo
/usr/share/licenses/python3-aioflo/LICENSE

References

Summary

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