How To Install python3-ast-monitor on Fedora 36

In this tutorial we learn how to install python3-ast-monitor in Fedora 36. python3-ast-monitor is AST-Monitor is a wearable Raspberry Pi computer for cyclists

Introduction

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

What is python3-ast-monitor

AST-monitor is a low-cost and efficient embedded device for monitoring the realization of sport training sessions that is dedicated to monitor cycling training sessions. AST-Monitor is a part of Artificial Sport Trainer (AST) system.

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

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

sudo dnf -y install python3-ast-monitor

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

sudo yum -y install python3-ast-monitor

How To Uninstall python3-ast-monitor on Fedora 36

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

sudo dnf remove python3-ast-monitor

python3-ast-monitor Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/ast_monitor
/usr/lib/python3.10/site-packages/ast_monitor-0.1.2.dist-info
/usr/lib/python3.10/site-packages/ast_monitor-0.1.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/ast_monitor-0.1.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/ast_monitor-0.1.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/ast_monitor-0.1.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/ast_monitor/__init__.py
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/classes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/classes.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/gps_sensor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/gps_sensor.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/hr_sensor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/hr_sensor.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/mainwindow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/mainwindow.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/model.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/send_data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/send_data.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/simulation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ast_monitor/__pycache__/simulation.cpython-310.pyc
/usr/lib/python3.10/site-packages/ast_monitor/classes.py
/usr/lib/python3.10/site-packages/ast_monitor/gps_sensor.py
/usr/lib/python3.10/site-packages/ast_monitor/hr_sensor.py
/usr/lib/python3.10/site-packages/ast_monitor/icons
/usr/lib/python3.10/site-packages/ast_monitor/icons/shutdown.svg
/usr/lib/python3.10/site-packages/ast_monitor/mainwindow.py
/usr/lib/python3.10/site-packages/ast_monitor/model.py
/usr/lib/python3.10/site-packages/ast_monitor/send_data.py
/usr/lib/python3.10/site-packages/ast_monitor/simulation.py
/usr/share/doc/python3-ast-monitor
/usr/share/doc/python3-ast-monitor/README.md
/usr/share/licenses/python3-ast-monitor
/usr/share/licenses/python3-ast-monitor/LICENSE

References

Summary

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