How To Install dolfin on Fedora 36

In this tutorial we learn how to install dolfin in Fedora 36. dolfin is FEniCS computational backend and problem solving environment

Introduction

In this tutorial we learn how to install dolfin on Fedora 36.

What is dolfin

DOLFIN is the computational backend of FEniCS and implements the FEniCS Problem Solving Environment.

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

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

sudo dnf -y install dolfin

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

sudo yum -y install dolfin
---

title: “How To Install dolfin on Fedora 36”

How To Uninstall dolfin on Fedora 36

linkTitle: “dolfin” type: “docs” To uninstall only the dolfin package we can use the following command:

description: “In this tutorial we learn how to install dolfin in Fedora 36. dolfin is FEniCS computational backend and problem solving environment”

date: "2022-08-17"
sudo dnf remove dolfin
lastmod: "2022-08-17"

#image: /images/fedora/36/dolfin-featured.png

dolfin Package Contents on Fedora 36

Introduction


In this tutorial we learn how to install `dolfin` on Fedora 36.

### What is `dolfin`

> DOLFIN is the computational backend of FEniCS and implements the FEniCS Problem Solving Environment.  

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

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

sudo dnf -y install dolfin

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

sudo yum -y install dolfin

How To Uninstall dolfin on Fedora 36

To uninstall only the dolfin package we can use the following command:

sudo dnf remove dolfin

dolfin Package Contents on Fedora 36

/usr/bin/dolfin-version
/usr/bin/fenics-version
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/bca68829f27323e97281ff88bd32faec1cd6e6
/usr/lib64/libdolfin.so.2019.1
/usr/lib64/libdolfin.so.2019.1.0
/usr/share/doc/dolfin
/usr/share/doc/dolfin/README.rst
/usr/share/dolfin
/usr/share/dolfin/data
/usr/share/dolfin/data/README
/usr/share/licenses/dolfin
/usr/share/licenses/dolfin/AUTHORS
/usr/share/licenses/dolfin/COPYING
/usr/share/licenses/dolfin/COPYING.LESSER

References

Summary

/usr/bin/dolfin-version /usr/bin/fenics-version /usr/lib/.build-id /usr/lib/.build-id/fc /usr/lib/.build-id/fc/c5cf3cf651b36817282a58843428d1699872b6 /usr/lib/libdolfin.so.2019.1 /usr/lib/libdolfin.so.2019.1.0 /usr/share/doc/dolfin /usr/share/doc/dolfin/README.rst /usr/share/dolfin /usr/share/dolfin/data /usr/share/dolfin/data/README /usr/share/licenses/dolfin /usr/share/licenses/dolfin/AUTHORS /usr/share/licenses/dolfin/COPYING /usr/share/licenses/dolfin/COPYING.LESSER In this tutorial we learn how to install dolfin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [dolfin website](https://fenicsproject.org/)

## Summary

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