How To Install bout++-common on Fedora 36

In this tutorial we learn how to install bout++-common in Fedora 36. bout++-common is Common files for BOUT++

Introduction

In this tutorial we learn how to install bout++-common on Fedora 36.

What is bout++-common

MPI-independent files for BOUT++, namely localisation files.

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

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

sudo dnf -y install bout++-common

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

sudo yum -y install bout++-common

How To Uninstall bout++-common on Fedora 36

To uninstall only the bout++-common package we can use the following command:

sudo dnf remove bout++-common

bout++-common Package Contents on Fedora 36

/usr/share/locale/de/LC_MESSAGES/libbout.mo
/usr/share/locale/es/LC_MESSAGES/libbout.mo
/usr/share/locale/fr/LC_MESSAGES/libbout.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libbout.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libbout.mo
/usr/share/modulefiles/bout++

References

Summary

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