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

Last updated: October 07,2024

1. Install "flatbuffers-compiler.x86_64" package

In this section, we are going to explain the necessary steps to install flatbuffers-compiler.x86_64 on Fedora 36

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

2. Uninstall "flatbuffers-compiler.x86_64" package

Please follow the guidelines below to uninstall flatbuffers-compiler.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:48:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : flatbuffers-compiler
Version : 2.0.0
Release : 23.fc36
Architecture : x86_64
Size : 862 k
Source : flatbuffers-2.0.0-23.fc36.src.rpm
Repository : updates
Summary : FlatBuffers compiler (flatc)
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 flatc, the FlatBuffers compiler.