How to Install and Uninstall python3-flatbuffers.noarch Package on Rocky Linux 9

Last updated: May 02,2024

1. Install "python3-flatbuffers.noarch" package

This guide covers the steps necessary to install python3-flatbuffers.noarch on Rocky Linux 9

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

2. Uninstall "python3-flatbuffers.noarch" package

Here is a brief guide to show you how to uninstall python3-flatbuffers.noarch on Rocky Linux 9:

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

3. Information about the python3-flatbuffers.noarch package on Rocky Linux 9

Last metadata expiration check: 1:55:12 ago on Fri Feb 16 06:49:52 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.