How to Install and Uninstall flatbuffers-devel.x86_64 Package on Fedora 36

Last updated: October 10,2024

1. Install "flatbuffers-devel.x86_64" package

Here is a brief guide to show you how to install flatbuffers-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install flatbuffers-devel.x86_64

2. Uninstall "flatbuffers-devel.x86_64" package

Learn how to uninstall flatbuffers-devel.x86_64 on Fedora 36:

$ sudo dnf remove flatbuffers-devel.x86_64 $ sudo dnf autoremove

3. Information about the flatbuffers-devel.x86_64 package on Fedora 36

Last metadata expiration check: 1:35:06 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : flatbuffers-devel
Version : 2.0.0
Release : 23.fc36
Architecture : x86_64
Size : 86 k
Source : flatbuffers-2.0.0-23.fc36.src.rpm
Repository : updates
Summary : Development files for flatbuffers
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 libraries and header files for developing applications
: that use FlatBuffers.