How To Install python3-pyqt-feedback-flow on Fedora 36

In this tutorial we learn how to install python3-pyqt-feedback-flow in Fedora 36. python3-pyqt-feedback-flow is Show feedbacks in toast-like notifications

Introduction

In this tutorial we learn how to install python3-pyqt-feedback-flow on Fedora 36.

What is python3-pyqt-feedback-flow

This is a very simple module for showing simple notifications during the cycling training sessions in order to pass on a cyclist`s essential information, as well as information that can be submitted by a sport trainer. This software allows us to show notification in the realm of a text or a picture. It was shown that flowing feedback is more appropriate for a cyclist than static notification or pop up windows. It can also be integrated into existing PyQt projects very easily.

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

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

sudo dnf -y install python3-pyqt-feedback-flow

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

sudo yum -y install python3-pyqt-feedback-flow

How To Uninstall python3-pyqt-feedback-flow on Fedora 36

To uninstall only the python3-pyqt-feedback-flow package we can use the following command:

sudo dnf remove python3-pyqt-feedback-flow

python3-pyqt-feedback-flow Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pyqt_feedback_flow
/usr/lib/python3.10/site-packages/pyqt_feedback_flow-0.1.5.dist-info
/usr/lib/python3.10/site-packages/pyqt_feedback_flow-0.1.5.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pyqt_feedback_flow-0.1.5.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pyqt_feedback_flow-0.1.5.dist-info/METADATA
/usr/lib/python3.10/site-packages/pyqt_feedback_flow-0.1.5.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/__init__.py
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/__pycache__
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/__pycache__/feedback.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/__pycache__/feedback.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqt_feedback_flow/feedback.py
/usr/share/doc/python3-pyqt-feedback-flow
/usr/share/doc/python3-pyqt-feedback-flow/CHANGELOG.md
/usr/share/doc/python3-pyqt-feedback-flow/CODE_OF_CONDUCT.md
/usr/share/doc/python3-pyqt-feedback-flow/README.md
/usr/share/licenses/python3-pyqt-feedback-flow
/usr/share/licenses/python3-pyqt-feedback-flow/LICENSE

References

Summary

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