How To Install libRmath on Fedora 34

libRmath is Standalone math library from the R project Standalone math library from the R project

Introduction

In this tutorial we learn how to install libRmath on Fedora 34.

What is libRmath

A standalone library of mathematical and statistical functions derived from the R project. This package provides the shared libRmath library. libRmath 4.0.5 1.fc34 x86_64 120 k R-4.0.5-1.fc34.src.rpm updates Standalone math library from the R project http GPLv2+ A standalone library of mathematical and statistical functions derived from the R project. This package provides the shared libRmath library.

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

Install libRmath on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libRmath using dnf by running the following command:

sudo dnf -y install libRmath

Install libRmath on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libRmath using yum by running the following command:

sudo yum -y install libRmath

How To Uninstall libRmath on Fedora 34

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

sudo dnf remove libRmath

libRmath Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/42a75ec9a4f22202b195ea193fd7ad323e8387
/usr/lib/libRmath.so
/usr/share/doc/libRmath
/usr/share/doc/libRmath/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/102ca524d381291b39cdb27120b63f42cb35a3
/usr/lib64/libRmath.so
/usr/share/doc/libRmath
/usr/share/doc/libRmath/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/c4/8b64ccf08089905e7448d8b37e54d0c95d0e8e
/usr/lib64/libRmath.so
/usr/share/doc/libRmath
/usr/share/doc/libRmath/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/ebae9334d6403e7a27d624eb00f4983c0ce92f
/usr/lib/libRmath.so
/usr/share/doc/libRmath
/usr/share/doc/libRmath/COPYING

References

Summary

In this tutorial we learn how to install libRmath on Fedora 34 using yum and dnf.