How to Install and Uninstall flatbuffers-compiler.x86_64 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "flatbuffers-compiler.x86_64" package

Please follow the guidance below to install flatbuffers-compiler.x86_64 on Oracle Linux 9

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

2. Uninstall "flatbuffers-compiler.x86_64" package

This tutorial shows how to uninstall flatbuffers-compiler.x86_64 on Oracle Linux 9:

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

3. Information about the flatbuffers-compiler.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:46:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : flatbuffers-compiler
Version : 2.0.8
Release : 2.el9
Architecture : x86_64
Size : 878 k
Source : flatbuffers-2.0.8-2.el9.src.rpm
Repository : epel
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.