How to Install and Uninstall python3-flatbuffers.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "python3-flatbuffers.noarch" package

Please follow the instructions below to install python3-flatbuffers.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-flatbuffers.noarch

2. Uninstall "python3-flatbuffers.noarch" package

Please follow the step by step instructions below to uninstall python3-flatbuffers.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-flatbuffers.noarch $ sudo dnf autoremove

3. Information about the python3-flatbuffers.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:28:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-flatbuffers
Version : 2.0.8
Release : 2.el9
Architecture : noarch
Size : 61 k
Source : flatbuffers-2.0.8-2.el9.src.rpm
Repository : epel
Summary : FlatBuffers serialization format for Python
URL : https://google.github.io/flatbuffers
License : Apache-2.0
Description : FlatBuffers is a cross platform serialization library architected for maximum
: memory efficiency. It allows you to directly access serialized data without
: parsing/unpacking it first, while still having great forwards/backwards
: compatibility.
:
: This package contains the Python runtime library for use with the Flatbuffers
: serialization format.