How To Install python3-pyobd on Fedora 36

In this tutorial we learn how to install python3-pyobd in Fedora 36. python3-pyobd is OBD-II (SAE-J1979) compliant scan tool software

Introduction

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

What is python3-pyobd

pyOBD is an OBD-II (SAE-J1979) compliant scan tool software written entirely in Python. It is meant to interface with the low cost ELM 32x devices such as ELM-USB. Python 3 version of the pyOBD.

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

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

sudo dnf -y install python3-pyobd

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

sudo yum -y install python3-pyobd

How To Uninstall python3-pyobd on Fedora 36

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

sudo dnf remove python3-pyobd

python3-pyobd Package Contents on Fedora 36

/usr/bin/pyobd
/usr/lib/python3.10/site-packages/pyobd
/usr/lib/python3.10/site-packages/pyobd/__init__.py
/usr/lib/python3.10/site-packages/pyobd/__pycache__
/usr/lib/python3.10/site-packages/pyobd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/debugEvent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/debugEvent.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/obd2_codes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/obd2_codes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/obd_io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/obd_io.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/obd_sensors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyobd/__pycache__/obd_sensors.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyobd/debugEvent.py
/usr/lib/python3.10/site-packages/pyobd/obd2_codes.py
/usr/lib/python3.10/site-packages/pyobd/obd_io.py
/usr/lib/python3.10/site-packages/pyobd/obd_sensors.py
/usr/share/applications/pyobd.desktop
/usr/share/doc/python3-pyobd
/usr/share/doc/python3-pyobd/README.Fedora
/usr/share/icons/hicolor/scalable/apps/pyobd.svg
/usr/share/licenses/python3-pyobd
/usr/share/licenses/python3-pyobd/COPYING

References

Summary

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