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

Last updated: November 29,2024

1. Install "python3-flatbuffers.noarch" package

Please follow the guidance below to install python3-flatbuffers.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 5:14:55 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-flatbuffers
Version : 23.5.26
Release : 3.fc39
Architecture : noarch
Size : 85 k
Source : flatbuffers-23.5.26-3.fc39.src.rpm
Repository : fedora
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.