How To Install python3-OBD on Fedora 36

In this tutorial we learn how to install python3-OBD in Fedora 36. python3-OBD is OBD-II serial module for reading engine data

Introduction

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

What is python3-OBD

A python module for handling realtime sensor data from OBD-II vehicle ports. Works with ELM327 OBD-II adapters, and is fit for the Raspberry Pi. Python 3 version.

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

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

sudo dnf -y install python3-OBD

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

sudo yum -y install python3-OBD

How To Uninstall python3-OBD on Fedora 36

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

sudo dnf remove python3-OBD

python3-OBD Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/obd
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/obd-0.7.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/obd/OBDCommand.py
/usr/lib/python3.10/site-packages/obd/OBDResponse.py
/usr/lib/python3.10/site-packages/obd/UnitsAndScaling.py
/usr/lib/python3.10/site-packages/obd/__init__.py
/usr/lib/python3.10/site-packages/obd/__pycache__
/usr/lib/python3.10/site-packages/obd/__pycache__/OBDCommand.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/OBDCommand.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/OBDResponse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/OBDResponse.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/UnitsAndScaling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/UnitsAndScaling.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/asynchronous.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/asynchronous.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/codes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/codes.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/decoders.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/decoders.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/elm327.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/elm327.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/obd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/obd.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/__version__.py
/usr/lib/python3.10/site-packages/obd/asynchronous.py
/usr/lib/python3.10/site-packages/obd/codes.py
/usr/lib/python3.10/site-packages/obd/commands.py
/usr/lib/python3.10/site-packages/obd/decoders.py
/usr/lib/python3.10/site-packages/obd/elm327.py
/usr/lib/python3.10/site-packages/obd/obd.py
/usr/lib/python3.10/site-packages/obd/protocols
/usr/lib/python3.10/site-packages/obd/protocols/__init__.py
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol_can.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol_can.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol_legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol_legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol_unknown.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/obd/protocols/__pycache__/protocol_unknown.cpython-310.pyc
/usr/lib/python3.10/site-packages/obd/protocols/protocol.py
/usr/lib/python3.10/site-packages/obd/protocols/protocol_can.py
/usr/lib/python3.10/site-packages/obd/protocols/protocol_legacy.py
/usr/lib/python3.10/site-packages/obd/protocols/protocol_unknown.py
/usr/lib/python3.10/site-packages/obd/utils.py
/usr/share/licenses/python3-OBD
/usr/share/licenses/python3-OBD/LICENSE

References

Summary

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