How to Install and Uninstall python3-flatbuffers.noarch Package on Fedora 35

Last updated: January 16,2025

1. Install "python3-flatbuffers.noarch" package

Here is a brief guide to show you how to install python3-flatbuffers.noarch on Fedora 35

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

2. Uninstall "python3-flatbuffers.noarch" package

This is a short guide on how to uninstall python3-flatbuffers.noarch on Fedora 35:

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

3. Information about the python3-flatbuffers.noarch package on Fedora 35

Last metadata expiration check: 1:27:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-flatbuffers
Version : 2.0.0
Release : 22.fc35
Architecture : noarch
Size : 61 k
Source : flatbuffers-2.0.0-22.fc35.src.rpm
Repository : updates
Summary : FlatBuffers serialization format for Python
URL : https://google.github.io/flatbuffers
License : ASL 2.0 and BSD
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.