How To Install qrmumps on Fedora 36

In this tutorial we learn how to install qrmumps in Fedora 36. qrmumps is A multithreaded multifrontal QR solver

Introduction

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

What is qrmumps

qr_mumps is a software package for the solution of sparse, linear systems on multicore computers. It implements a direct solution method based on the QR factorization of the input matrix. Therefore, it is suited to solving sparse least-squares problems and to computing the minimum-norm solution of sparse, underdetermined problems. It can obviously be used for solving square problems in which case the stability provided by the use of orthogonal transformations comes at the cost of a higher operation count with respect to solvers based on, e.g., the LU factorization. qr_mumps supports real and complex, single or double precision arithmetic.

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

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

sudo dnf -y install qrmumps

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

sudo yum -y install qrmumps

How To Uninstall qrmumps on Fedora 36

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

sudo dnf remove qrmumps

qrmumps Package Contents on Fedora 36

---
title: "How To Install qrmumps on Fedora 36"
linkTitle: "qrmumps"
type: "docs"
description: "In this tutorial we learn how to install qrmumps in Fedora 36. qrmumps is A multithreaded multifrontal QR solver"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qrmumps-featured.png
---

## Introduction

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

### What is `qrmumps`

> qr_mumps is a software package for the solution of sparse, linear systems on multicore computers. It implements a direct solution method based on the QR factorization of the input matrix. Therefore, it is suited to solving sparse least-squares problems and to computing the minimum-norm solution of sparse, underdetermined problems. It can obviously be used for solving square problems in which case the stability provided by the use of orthogonal transformations comes at the cost of a higher operation count with respect to solvers based on, e.g., the LU factorization. qr_mumps supports real and complex, single or double precision arithmetic.  

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

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

sudo dnf -y install qrmumps

/usr/lib/.build-id /usr/lib/.build-id/02 /usr/lib/.build-id/02/7a33d33e056f0603ec068a04cf9ccb2a1ad488 /usr/lib/.build-id/24 /usr/lib/.build-id/24/c5e256a32fdced917f32183f5aa1a80fcf415a /usr/lib/.build-id/31 /usr/lib/.build-id/31/eb42b0af6ec0a2e370ea87d8cff4739636605f /usr/lib/.build-id/4a /usr/lib/.build-id/4a/7b4feb0407e5a46eef7a4d0a0f7c46f36a3dec /usr/lib/.build-id/be /usr/lib/.build-id/be/945509eb4b6def205a1897ced4f3cba812dc39 /usr/lib64/libcqrm.so.3 /usr/lib64/libcqrm.so.3.0.2 /usr/lib64/libdqrm.so.3 /usr/lib64/libdqrm.so.3.0.2 /usr/lib64/libqrm_common.so.3 /usr/lib64/libqrm_common.so.3.0.2 /usr/lib64/libsqrm.so.3 /usr/lib64/libsqrm.so.3.0.2 /usr/lib64/libzqrm.so.3 /usr/lib64/libzqrm.so.3.0.2 /usr/share/doc/qrmumps /usr/share/doc/qrmumps/Changelog.org /usr/share/doc/qrmumps/README.org /usr/share/licenses/qrmumps /usr/share/licenses/qrmumps/COPYING.LESSER

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

sudo yum -y install qrmumps

How To Uninstall qrmumps on Fedora 36

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

sudo dnf remove qrmumps

qrmumps Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/45 /usr/lib/.build-id/45/6bf858ee8006b42ab36ec1e97dc4194d185afa /usr/lib/.build-id/77 /usr/lib/.build-id/77/006454d338c9282e5f963d3c74517d90d6f8c4 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/4cc175d7a83673362003a080696dc41d78d8e1 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/15cf24a4b503d297e11d8bd61c51d3855c04bf /usr/lib/.build-id/fd /usr/lib/.build-id/fd/c63a0032719b72dbebd6b221646926188db3cc /usr/lib/libcqrm.so.3 /usr/lib/libcqrm.so.3.0.2 /usr/lib/libdqrm.so.3 /usr/lib/libdqrm.so.3.0.2 /usr/lib/libqrm_common.so.3 /usr/lib/libqrm_common.so.3.0.2 /usr/lib/libsqrm.so.3 /usr/lib/libsqrm.so.3.0.2 /usr/lib/libzqrm.so.3 /usr/lib/libzqrm.so.3.0.2 /usr/share/doc/qrmumps /usr/share/doc/qrmumps/Changelog.org /usr/share/doc/qrmumps/README.org /usr/share/licenses/qrmumps /usr/share/licenses/qrmumps/COPYING.LESSER


## References

* [qrmumps website](http://buttari.perso.enseeiht.fr/qr_mumps/)

## Summary

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