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

Last updated: November 28,2024

1. Install "flatbuffers-compiler.x86_64" package

Please follow the steps below to install flatbuffers-compiler.x86_64 on Fedora 38

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

2. Uninstall "flatbuffers-compiler.x86_64" package

In this section, we are going to explain the necessary steps to uninstall flatbuffers-compiler.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 4:33:06 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : flatbuffers-compiler
Version : 23.3.3
Release : 1.fc38
Architecture : x86_64
Size : 1.0 M
Source : flatbuffers-23.3.3-1.fc38.src.rpm
Repository : fedora
Summary : FlatBuffers compiler (flatc)
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 flatc, the FlatBuffers compiler.