How To Install exodusii on Fedora 34
Introduction
In this tutorial we learn how to install exodusii
on Fedora 34.
What is exodusii
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). exodusii 6.09 14.fc34 x86_64 162 k exodusii-6.09-14.fc34.src.rpm fedora Library to store and retrieve transient finite element data http BSD 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).
We can use yum
or dnf
to install exodusii
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install exodusii.
Install exodusii on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install exodusii
using dnf
by running the following command:
sudo dnf -y install exodusii
Install exodusii on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install exodusii
using yum
by running the following command:
sudo yum -y install exodusii
How To Uninstall exodusii on Fedora 34
To uninstall only the exodusii
package we can use the following command:
sudo dnf remove exodusii
exodusii Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/b553a4471e7cad9dec01d21c2c20496895c7df
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/6ea9ffe4f96922a2dcd82369eeb273f5f8ab0d
/usr/lib/libexoIIv2for-5.14.0.so
/usr/lib/libexodus-5.14.0.so
/usr/share/licenses/exodusii
/usr/share/licenses/exodusii/COPYRIGHT
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/e28535736ed2b18ff0199004b8829863d87166
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/0dd045d54a6116a062c9f62fce781d317b37a7
/usr/lib64/libexoIIv2for-5.14.0.so
/usr/lib64/libexodus-5.14.0.so
/usr/share/licenses/exodusii
/usr/share/licenses/exodusii/COPYRIGHT
References
- [exodusii website](http://sourceforge.net/projects/exodusii/ http://sourceforge.net/projects/exodusii/)
Summary
In this tutorial we learn how to install exodusii
on Fedora 34 using yum and dnf.