How To Install flatbuffers on Fedora 36
Introduction
In this tutorial we learn how to install flatbuffers
on Fedora 36.
What is flatbuffers
FlatBuffers is a serialization library for games and other memory constrained apps. FlatBuffers allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.
We can use yum
or dnf
to install flatbuffers
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flatbuffers.
Install flatbuffers on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install flatbuffers
using dnf
by running the following command:
sudo dnf -y install flatbuffers
Install flatbuffers on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install flatbuffers
using yum
by running the following command:
sudo yum -y install flatbuffers
How To Uninstall flatbuffers on Fedora 36
To uninstall only the flatbuffers
package we can use the following command:
sudo dnf remove flatbuffers
flatbuffers Package Contents on Fedora 36
/usr/bin/flatc
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/66093c6cbd02e71e91ade71bdcc751294e5bb0
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/b832b4847126e039e763bece206ff2f68441a4
/usr/lib64/libflatbuffers.so
/usr/lib64/libflatbuffers.so.2
/usr/lib64/libflatbuffers.so.2.0.0
/usr/share/doc/flatbuffers
/usr/share/doc/flatbuffers/readme.md
/usr/share/licenses/flatbuffers
/usr/share/licenses/flatbuffers/LICENSE.txt
/usr/share/man/man1/flatc.1.gz
References
Summary
In this tutorial we learn how to install flatbuffers
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install flatbuffers on Fedora 36” linkTitle: “flatbuffers” type: “docs” description: “In this tutorial we learn how to install flatbuffers in Fedora 36. flatbuffers is Memory efficient serialization library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flatbuffers-featured.png
Introduction
In this tutorial we learn how to install flatbuffers
on Fedora 36.
What is flatbuffers
FlatBuffers is a serialization library for games and other memory constrained apps. FlatBuffers allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.
We can use yum
or dnf
to install flatbuffers
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flatbuffers.
Install flatbuffers on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install flatbuffers
using dnf
by running the following command:
sudo dnf -y install flatbuffers
Install flatbuffers on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install flatbuffers
using yum
by running the following command:
sudo yum -y install flatbuffers
How To Uninstall flatbuffers on Fedora 36
To uninstall only the flatbuffers
package we can use the following command:
sudo dnf remove flatbuffers
flatbuffers Package Contents on Fedora 36
/usr/bin/flatc
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/dc9e727a1a726034e61a9fc2bdbfc9749f8534
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/cffa6a81c7162792c27d106d0d3865589e95e9
/usr/lib/libflatbuffers.so
/usr/lib/libflatbuffers.so.2
/usr/lib/libflatbuffers.so.2.0.0
/usr/share/doc/flatbuffers
/usr/share/doc/flatbuffers/readme.md
/usr/share/licenses/flatbuffers
/usr/share/licenses/flatbuffers/LICENSE.txt
/usr/share/man/man1/flatc.1.gz
References
Summary
In this tutorial we learn how to install flatbuffers
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).