How To Install gf2x-devel on Fedora 36

In this tutorial we learn how to install gf2x-devel in Fedora 36. gf2x-devel is Headers and library files for gf2x

Introduction

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

What is gf2x-devel

Headers and library files for developing applications that use gf2x.

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

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

sudo dnf -y install gf2x-devel

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

sudo yum -y install gf2x-devel

How To Uninstall gf2x-devel on Fedora 36

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

sudo dnf remove gf2x-devel

gf2x-devel Package Contents on Fedora 36

---
title: "How To Install gf2x-devel on Fedora 36"
linkTitle: "gf2x-devel"
type: "docs"
description: "In this tutorial we learn how to install gf2x-devel in Fedora 36. gf2x-devel is Headers and library files for gf2x"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gf2x-devel-featured.png
---

## Introduction

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

### What is `gf2x-devel`

> Headers and library files for developing applications that use gf2x.  

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

## Install gf2x-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install gf2x-devel using dnf by running the following command:

sudo dnf -y install gf2x-devel

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

sudo yum -y install gf2x-devel

How To Uninstall gf2x-devel on Fedora 36

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

sudo dnf remove gf2x-devel

gf2x-devel Package Contents on Fedora 36

/usr/include/gf2x
/usr/include/gf2x.h
/usr/include/gf2x/gf2x-cantor-fft.h
/usr/include/gf2x/gf2x-config-export.h
/usr/include/gf2x/gf2x-config.h
/usr/include/gf2x/gf2x-fake-fft.h
/usr/include/gf2x/gf2x-fft.h
/usr/include/gf2x/gf2x-impl-export.h
/usr/include/gf2x/gf2x-small.h
/usr/include/gf2x/gf2x-ternary-fft.h
/usr/include/gf2x/gf2x-thresholds.h
/usr/include/gf2x/gf2x_mul1.h
/usr/include/gf2x/gf2x_mul2.h
/usr/include/gf2x/gf2x_mul3.h
/usr/include/gf2x/gf2x_mul4.h
/usr/include/gf2x/gf2x_mul5.h
/usr/include/gf2x/gf2x_mul6.h
/usr/include/gf2x/gf2x_mul7.h
/usr/include/gf2x/gf2x_mul8.h
/usr/include/gf2x/gf2x_mul9.h
/usr/lib64/libgf2x-fft.so
/usr/lib64/libgf2x.so
/usr/lib64/pkgconfig/gf2x.pc
/usr/share/doc/gf2x-devel
/usr/share/doc/gf2x-devel/ChangeLog

References

Summary

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

/usr/include/gf2x /usr/include/gf2x.h /usr/include/gf2x/gf2x-cantor-fft.h /usr/include/gf2x/gf2x-config-export.h /usr/include/gf2x/gf2x-config.h /usr/include/gf2x/gf2x-fake-fft.h /usr/include/gf2x/gf2x-fft.h /usr/include/gf2x/gf2x-impl-export.h /usr/include/gf2x/gf2x-small.h /usr/include/gf2x/gf2x-ternary-fft.h /usr/include/gf2x/gf2x-thresholds.h /usr/include/gf2x/gf2x_mul1.h /usr/include/gf2x/gf2x_mul2.h /usr/include/gf2x/gf2x_mul3.h /usr/include/gf2x/gf2x_mul4.h /usr/include/gf2x/gf2x_mul5.h /usr/include/gf2x/gf2x_mul6.h /usr/include/gf2x/gf2x_mul7.h /usr/include/gf2x/gf2x_mul8.h /usr/include/gf2x/gf2x_mul9.h /usr/lib/libgf2x-fft.so /usr/lib/libgf2x.so /usr/lib/pkgconfig/gf2x.pc /usr/share/doc/gf2x-devel /usr/share/doc/gf2x-devel/ChangeLog


## References

* [gf2x-devel website](http://gf2x.gforge.inria.fr/)

## Summary

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