How To Install qrupdate on Fedora 36

In this tutorial we learn how to install qrupdate in Fedora 36. qrupdate is A Fortran library for fast updates of QR and Cholesky decompositions

Introduction

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

What is qrupdate

qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions.

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

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

sudo dnf -y install qrupdate

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

sudo yum -y install qrupdate

How To Uninstall qrupdate on Fedora 36

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

sudo dnf remove qrupdate

qrupdate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/c788225fe3ea99cb2dc7099d4d0ca2534f1ead
/usr/lib64/libqrupdate.so.1
/usr/lib64/libqrupdate.so.1.1
/usr/share/doc/qrupdate
/usr/share/doc/qrupdate/ChangeLog
/usr/share/doc/qrupdate/README
/usr/share/licenses/qrupdate
/usr/share/licenses/qrupdate/COPYING

References

Summary

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


title: “How To Install qrupdate on Fedora 36” linkTitle: “qrupdate” type: “docs” description: “In this tutorial we learn how to install qrupdate in Fedora 36. qrupdate is A Fortran library for fast updates of QR and Cholesky decompositions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qrupdate-featured.png

Introduction

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

What is qrupdate

qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions.

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

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

sudo dnf -y install qrupdate

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

sudo yum -y install qrupdate

How To Uninstall qrupdate on Fedora 36

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

sudo dnf remove qrupdate

qrupdate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/03e8bb3889561a332d4cb81a2cae4e520fea78
/usr/lib/libqrupdate.so.1
/usr/lib/libqrupdate.so.1.1
/usr/share/doc/qrupdate
/usr/share/doc/qrupdate/ChangeLog
/usr/share/doc/qrupdate/README
/usr/share/licenses/qrupdate
/usr/share/licenses/qrupdate/COPYING

References

Summary

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