How To Install freetdi-gala-devel on Fedora 36

In this tutorial we learn how to install freetdi-gala-devel in Fedora 36. freetdi-gala-devel is C++ graph abstraction with low-level access

Introduction

In this tutorial we learn how to install freetdi-gala-devel on Fedora 36.

What is freetdi-gala-devel

Gala is a C++ graph implementation inspired by boost/BGL, but with low level access. You choose the containers and data types and get full access – at your own risk.

We can use yum or dnf to install freetdi-gala-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freetdi-gala-devel.

Install freetdi-gala-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 freetdi-gala-devel using dnf by running the following command:

sudo dnf -y install freetdi-gala-devel

Install freetdi-gala-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 freetdi-gala-devel using yum by running the following command:

sudo yum -y install freetdi-gala-devel

How To Uninstall freetdi-gala-devel on Fedora 36

To uninstall only the freetdi-gala-devel package we can use the following command:

sudo dnf remove freetdi-gala-devel

freetdi-gala-devel Package Contents on Fedora 36

/usr/include/gala
/usr/include/gala/boost.h
/usr/include/gala/boost_assign.h
/usr/include/gala/boost_copy.h
/usr/include/gala/boost_detail.h
/usr/include/gala/cbset.h
/usr/include/gala/degs.h
/usr/include/gala/digraph.h
/usr/include/gala/examples
/usr/include/gala/examples/alloc.hpp
/usr/include/gala/examples/ssg16i.h
/usr/include/gala/examples/ssg16ia.h
/usr/include/gala/examples/ssg32i.h
/usr/include/gala/examples/svbs.h
/usr/include/gala/examples/svbs_random.h
/usr/include/gala/graph.h
/usr/include/gala/immutable.h
/usr/include/gala/sethack.h
/usr/include/gala/sfinae.h
/usr/include/gala/td.h
/usr/include/gala/trace.h
/usr/share/doc/freetdi-gala-devel
/usr/share/doc/freetdi-gala-devel/README

References

Summary

In this tutorial we learn how to install freetdi-gala-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).