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

Last updated: May 21,2024

1. Install "flatbuffers-devel.x86_64" package

Here is a brief guide to show you how to install flatbuffers-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "flatbuffers-devel.x86_64" package

Please follow the steps below to uninstall flatbuffers-devel.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:36:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : flatbuffers-devel
Version : 2.0.8
Release : 2.el9
Architecture : x86_64
Size : 94 k
Source : flatbuffers-2.0.8-2.el9.src.rpm
Repository : epel
Summary : Development files for flatbuffers
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 libraries and header files for developing applications
: that use FlatBuffers.