How To Install m4ri on Fedora 36
Introduction
In this tutorial we learn how to install m4ri
on Fedora 36.
What is m4ri
M4RI is a library for fast arithmetic with dense matrices over F_2. The name M4RI comes from the first implemented algorithm of the Four Russians" inversion algorithm published by Gregory Bard. M4RI is used by the Sage mathematics software and the BRiAl library.
We can use yum
or dnf
to install m4ri
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install m4ri.
Install m4ri 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 m4ri
using dnf
by running the following command:
sudo dnf -y install m4ri
Install m4ri 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 m4ri
using yum
by running the following command:
sudo yum -y install m4ri
How To Uninstall m4ri on Fedora 36
To uninstall only the m4ri
package we can use the following command:
sudo dnf remove m4ri
m4ri Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/bdb4489539c76f3312cf6f18c0fd52aad86641
/usr/lib64/libm4ri-0.0.20200125.so
/usr/share/doc/m4ri
/usr/share/doc/m4ri/AUTHORS
/usr/share/licenses/m4ri
/usr/share/licenses/m4ri/COPYING
References
Summary
In this tutorial we learn how to install m4ri
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install m4ri on Fedora 36” linkTitle: “m4ri” type: “docs” description: “In this tutorial we learn how to install m4ri in Fedora 36. m4ri is Linear Algebra over F_2” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/m4ri-featured.png
Introduction
In this tutorial we learn how to install m4ri
on Fedora 36.
What is m4ri
M4RI is a library for fast arithmetic with dense matrices over F_2. The name M4RI comes from the first implemented algorithm of the Four Russians" inversion algorithm published by Gregory Bard. M4RI is used by the Sage mathematics software and the BRiAl library.
We can use yum
or dnf
to install m4ri
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install m4ri.
Install m4ri 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 m4ri
using dnf
by running the following command:
sudo dnf -y install m4ri
Install m4ri 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 m4ri
using yum
by running the following command:
sudo yum -y install m4ri
How To Uninstall m4ri on Fedora 36
To uninstall only the m4ri
package we can use the following command:
sudo dnf remove m4ri
m4ri Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/a6f6b947a1f35e8e103292678a84571d36c414
/usr/lib/libm4ri-0.0.20200125.so
/usr/share/doc/m4ri
/usr/share/doc/m4ri/AUTHORS
/usr/share/licenses/m4ri
/usr/share/licenses/m4ri/COPYING
References
Summary
In this tutorial we learn how to install m4ri
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).