How To Install m4rie on Fedora 36

In this tutorial we learn how to install m4rie in Fedora 36. m4rie is Linear Algebra over F_2^e

Introduction

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

What is m4rie

M4RIE is a library for fast arithmetic with dense matrices over F_2^e. It is an add-on to the M4RI library, which implements fast arithmetic with dense matrices over F_2. M4RIE is used by the Sage mathematics software.

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

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

sudo dnf -y install m4rie

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

sudo yum -y install m4rie

How To Uninstall m4rie on Fedora 36

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

sudo dnf remove m4rie

m4rie Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/b5dd3fc27882d4c3922a7c557091c95492189f
/usr/lib64/libm4rie-0.0.20200125.so
/usr/share/licenses/m4rie
/usr/share/licenses/m4rie/COPYING

References

Summary

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


title: “How To Install m4rie on Fedora 36” linkTitle: “m4rie” type: “docs” description: “In this tutorial we learn how to install m4rie in Fedora 36. m4rie is Linear Algebra over F_2^e” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/m4rie-featured.png

Introduction

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

What is m4rie

M4RIE is a library for fast arithmetic with dense matrices over F_2^e. It is an add-on to the M4RI library, which implements fast arithmetic with dense matrices over F_2. M4RIE is used by the Sage mathematics software.

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

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

sudo dnf -y install m4rie

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

sudo yum -y install m4rie

How To Uninstall m4rie on Fedora 36

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

sudo dnf remove m4rie

m4rie Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/6c932fe43ef581db8fd6559b6f714684d71482
/usr/lib/libm4rie-0.0.20200125.so
/usr/share/licenses/m4rie
/usr/share/licenses/m4rie/COPYING

References

Summary

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