How To Install ell-devel on Fedora 36

In this tutorial we learn how to install ell-devel in Fedora 36. ell-devel is Development files for ELL

Introduction

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

What is ell-devel

ell-devel is only required for building software that uses the ELL library. Because ELL is a header-only library, there is no matching run-time package.

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

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

sudo dnf -y install ell-devel

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

sudo yum -y install ell-devel

How To Uninstall ell-devel on Fedora 36

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

sudo dnf remove ell-devel

ell-devel Package Contents on Fedora 36

/usr/include/ell
/usr/include/ell/BinaryNode.h
/usr/include/ell/BinaryNodes.h
/usr/include/ell/Dump.h
/usr/include/ell/Grammar.h
/usr/include/ell/Node.h
/usr/include/ell/Numerics.h
/usr/include/ell/Parser.h
/usr/include/ell/Primitives.h
/usr/include/ell/RepeatMatchTpl.h
/usr/include/ell/Rule.h
/usr/include/ell/Storage.h
/usr/include/ell/UnaryNode.h
/usr/include/ell/UnaryNodes.h
/usr/include/ell/Utils.h
/usr/share/doc/ell-devel
/usr/share/doc/ell-devel/COPYING.LESSER

References

Summary

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