How To Install exodusii-devel on Fedora 36

In this tutorial we learn how to install exodusii-devel in Fedora 36. exodusii-devel is Development headers and libraries for exodusII

Introduction

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

What is exodusii-devel

EXODUS II is a model developed to store and retrieve data for finite element analyses. It is used for pre-processing (problem definition), post-processing (results visualization), as well as code to code data transfer. An EXODUS II data file is a random access, machine independent, binary file that is written and read via C, C++, or Fortran library routines which comprise the Application Programming Interface (API). This package contains development headers and libraries for exodusII.

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

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

sudo dnf -y install exodusii-devel

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

sudo yum -y install exodusii-devel

How To Uninstall exodusii-devel on Fedora 36

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

sudo dnf remove exodusii-devel

exodusii-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `exodusii-devel`

> EXODUS II is a model developed to store and retrieve data for finite element analyses. It is used for pre-processing (problem definition), post-processing (results visualization), as well as code to code data transfer. An EXODUS II data file is a random access, machine independent, binary file that is written and read via C, C++, or Fortran library routines which comprise the Application Programming Interface (API).  This package contains development headers and libraries for exodusII.  

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

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

sudo dnf -y install exodusii-devel

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

sudo yum -y install exodusii-devel

How To Uninstall exodusii-devel on Fedora 36

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

sudo dnf remove exodusii-devel

exodusii-devel Package Contents on Fedora 36

/usr/include/exodusII.h /usr/include/exodusII_int.h /usr/lib/libexoIIv2for.so /usr/lib/libexodus.so

References

Summary

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

/usr/include/exodusII.h /usr/include/exodusII_int.h /usr/lib64/libexoIIv2for.so /usr/lib64/libexodus.so


## References

* [exodusii-devel website](http://sourceforge.net/projects/exodusii/)

## Summary

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