How To Install mrcpp on Fedora 36

In this tutorial we learn how to install mrcpp in Fedora 36. mrcpp is A numerical mathematics library based on multiresolution analysis

Introduction

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

What is mrcpp

The MultiResolution Computation Program Package (MRCPP) is a general purpose numerical mathematics library based on multiresolution analysis and the multiwavelet basis which provide low-scaling algorithms as well as rigorous error control in numerical computations.

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

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

sudo dnf -y install mrcpp

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

sudo yum -y install mrcpp

How To Uninstall mrcpp on Fedora 36

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

sudo dnf remove mrcpp

mrcpp Package Contents on Fedora 36

---
title: "How To Install mrcpp on Fedora 36"
linkTitle: "mrcpp"
type: "docs"
description: "In this tutorial we learn how to install mrcpp in Fedora 36. mrcpp is A numerical mathematics library based on multiresolution analysis"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mrcpp-featured.png
---

## Introduction

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

### What is `mrcpp`

> The MultiResolution Computation Program Package (MRCPP) is a general purpose numerical mathematics library based on multiresolution analysis and the multiwavelet basis which provide low-scaling algorithms as well as rigorous error control in numerical computations.  

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

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

sudo dnf -y install mrcpp

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

sudo yum -y install mrcpp

How To Uninstall mrcpp on Fedora 36

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

sudo dnf remove mrcpp

mrcpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/21a1e300864277311f5bb39bb198fff6379af4
/usr/lib/libmrcpp.so.1
/usr/share/doc/mrcpp
/usr/share/doc/mrcpp/CHANGELOG.md
/usr/share/doc/mrcpp/CONTRIBUTING.md
/usr/share/doc/mrcpp/README.md
/usr/share/doc/mrcpp/VERSION
/usr/share/licenses/mrcpp
/usr/share/licenses/mrcpp/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/24 /usr/lib/.build-id/24/04157d94c96636fa48c2d7f4c3c6d7534d6ec3 /usr/lib64/libmrcpp.so.1 /usr/share/doc/mrcpp /usr/share/doc/mrcpp/CHANGELOG.md /usr/share/doc/mrcpp/CONTRIBUTING.md /usr/share/doc/mrcpp/README.md /usr/share/doc/mrcpp/VERSION /usr/share/licenses/mrcpp /usr/share/licenses/mrcpp/LICENSE


## References

* [mrcpp website](https://github.com/MRChemSoft/mrcpp/)

## Summary

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