How To Install flatbuffers-devel on Fedora 36
Introduction
In this tutorial we learn how to install flatbuffers-devel
on Fedora 36.
What is flatbuffers-devel
Development files for flatbuffers.
We can use yum
or dnf
to install flatbuffers-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flatbuffers-devel.
Install flatbuffers-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install flatbuffers-devel
Install flatbuffers-devel 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-devel
using yum
by running the following command:
sudo yum -y install flatbuffers-devel
How To Uninstall flatbuffers-devel on Fedora 36
To uninstall only the flatbuffers-devel
package we can use the following command:
sudo dnf remove flatbuffers-devel
flatbuffers-devel Package Contents on Fedora 36
/usr/include/flatbuffers
/usr/include/flatbuffers/base.h
/usr/include/flatbuffers/code_generators.h
/usr/include/flatbuffers/flatbuffers.h
/usr/include/flatbuffers/flatc.h
/usr/include/flatbuffers/flexbuffers.h
/usr/include/flatbuffers/grpc.h
/usr/include/flatbuffers/hash.h
/usr/include/flatbuffers/idl.h
/usr/include/flatbuffers/minireflect.h
/usr/include/flatbuffers/pch
/usr/include/flatbuffers/pch/flatc_pch.h
/usr/include/flatbuffers/pch/pch.h
/usr/include/flatbuffers/reflection.h
/usr/include/flatbuffers/reflection_generated.h
/usr/include/flatbuffers/registry.h
/usr/include/flatbuffers/stl_emulation.h
/usr/include/flatbuffers/util.h
/usr/lib/cmake/flatbuffers/FlatbuffersConfig.cmake
/usr/lib/cmake/flatbuffers/FlatbuffersConfigVersion.cmake
/usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets-release.cmake
/usr/lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
/usr/lib/cmake/flatbuffers/FlatcTargets-release.cmake
/usr/lib/cmake/flatbuffers/FlatcTargets.cmake
/usr/lib/pkgconfig/flatbuffers.pc
/usr/share/man/man7/flatbuffers.7.gz
References
Summary
In this tutorial we learn how to install flatbuffers-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install flatbuffers-devel on Fedora 36” linkTitle: “flatbuffers-devel” type: “docs” description: “In this tutorial we learn how to install flatbuffers-devel in Fedora 36. flatbuffers-devel is Development files for flatbuffers” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/flatbuffers-devel-featured.png
Introduction
In this tutorial we learn how to install flatbuffers-devel
on Fedora 36.
What is flatbuffers-devel
Development files for flatbuffers.
We can use yum
or dnf
to install flatbuffers-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flatbuffers-devel.
Install flatbuffers-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install flatbuffers-devel
Install flatbuffers-devel 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-devel
using yum
by running the following command:
sudo yum -y install flatbuffers-devel
How To Uninstall flatbuffers-devel on Fedora 36
To uninstall only the flatbuffers-devel
package we can use the following command:
sudo dnf remove flatbuffers-devel
flatbuffers-devel Package Contents on Fedora 36
/usr/include/flatbuffers
/usr/include/flatbuffers/base.h
/usr/include/flatbuffers/code_generators.h
/usr/include/flatbuffers/flatbuffers.h
/usr/include/flatbuffers/flatc.h
/usr/include/flatbuffers/flexbuffers.h
/usr/include/flatbuffers/grpc.h
/usr/include/flatbuffers/hash.h
/usr/include/flatbuffers/idl.h
/usr/include/flatbuffers/minireflect.h
/usr/include/flatbuffers/pch
/usr/include/flatbuffers/pch/flatc_pch.h
/usr/include/flatbuffers/pch/pch.h
/usr/include/flatbuffers/reflection.h
/usr/include/flatbuffers/reflection_generated.h
/usr/include/flatbuffers/registry.h
/usr/include/flatbuffers/stl_emulation.h
/usr/include/flatbuffers/util.h
/usr/lib64/cmake/flatbuffers/FlatbuffersConfig.cmake
/usr/lib64/cmake/flatbuffers/FlatbuffersConfigVersion.cmake
/usr/lib64/cmake/flatbuffers/FlatbuffersSharedTargets-release.cmake
/usr/lib64/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
/usr/lib64/cmake/flatbuffers/FlatcTargets-release.cmake
/usr/lib64/cmake/flatbuffers/FlatcTargets.cmake
/usr/lib64/pkgconfig/flatbuffers.pc
/usr/share/man/man7/flatbuffers.7.gz
References
Summary
In this tutorial we learn how to install flatbuffers-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).