How To Install flatbuffers-python3 on Fedora 36

In this tutorial we learn how to install flatbuffers-python3 in Fedora 36. flatbuffers-python3 is Python files for flatbuffers

Introduction

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

What is flatbuffers-python3

This package contains python files for flatbuffers.

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

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

sudo dnf -y install flatbuffers-python3

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

sudo yum -y install flatbuffers-python3

How To Uninstall flatbuffers-python3 on Fedora 36

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

sudo dnf remove flatbuffers-python3

flatbuffers-python3 Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/flatbuffers
/usr/lib/python3.10/site-packages/flatbuffers-20210721235119-py3.10.egg-info
/usr/lib/python3.10/site-packages/flatbuffers-20210721235119-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/flatbuffers-20210721235119-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/flatbuffers-20210721235119-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/flatbuffers-20210721235119-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/flatbuffers/__init__.py
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/builder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/builder.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/encode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/encode.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/flexbuffers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/flexbuffers.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/number_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/number_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/packer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/packer.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/table.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/table.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flatbuffers/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/flatbuffers/_version.py
/usr/lib/python3.10/site-packages/flatbuffers/builder.py
/usr/lib/python3.10/site-packages/flatbuffers/compat.py
/usr/lib/python3.10/site-packages/flatbuffers/encode.py
/usr/lib/python3.10/site-packages/flatbuffers/flexbuffers.py
/usr/lib/python3.10/site-packages/flatbuffers/number_types.py
/usr/lib/python3.10/site-packages/flatbuffers/packer.py
/usr/lib/python3.10/site-packages/flatbuffers/table.py
/usr/lib/python3.10/site-packages/flatbuffers/util.py

References

Summary

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