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

Last updated: October 06,2024

1. Install "flatbuffers-devel.i686" package

This tutorial shows how to install flatbuffers-devel.i686 on Fedora 36

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

2. Uninstall "flatbuffers-devel.i686" package

Here is a brief guide to show you how to uninstall flatbuffers-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:42:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : flatbuffers-devel
Version : 2.0.0
Release : 23.fc36
Architecture : i686
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.