How To Install openspecfun on Fedora 34

openspecfun is Library providing a collection of special mathematical functions Library providing a collection of special mathematical functions

Introduction

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

What is openspecfun

Currently provides AMOS and Faddeeva. AMOS (from Netlib) is a portable package for Bessel Functions of a Complex Argument and Nonnegative Order; it contains subroutines for computing Bessel functions and Airy functions. Faddeeva allows computing the various error functions of arbitrary complex arguments (Faddeeva function, error function, complementary error function, scaled complementary error function, imaginary error function, and Dawson function); given these, one can also easily compute Voigt functions, Fresnel integrals, and similar related functions as well. openspecfun 0.5.3 13.fc34 x86_64 90 k openspecfun-0.5.3-13.fc34.src.rpm fedora Library providing a collection of special mathematical functions https MIT and Public Domain Currently provides AMOS and Faddeeva. AMOS (from Netlib) is a portable package for Bessel Functions of a Complex Argument and Nonnegative Order; it contains subroutines for computing Bessel functions and Airy functions. Faddeeva allows computing the various error functions of arbitrary complex arguments (Faddeeva function, error function, complementary error function, scaled complementary error function, imaginary error function, and Dawson function); given these, one can also easily compute Voigt functions, Fresnel integrals, and similar related functions as well.

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

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

sudo dnf -y install openspecfun

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

sudo yum -y install openspecfun

How To Uninstall openspecfun on Fedora 34

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

sudo dnf remove openspecfun

openspecfun Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/e7c2f06e568b646e669dd974908a21eac25ee7
/usr/lib/libopenspecfun.so.1
/usr/lib/libopenspecfun.so.1.3
/usr/share/doc/openspecfun
/usr/share/doc/openspecfun/LICENSE.md
/usr/share/doc/openspecfun/README.md
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/31ada779ebf297ea6a5a160640024f03f671bd
/usr/lib64/libopenspecfun.so.1
/usr/lib64/libopenspecfun.so.1.3
/usr/share/doc/openspecfun
/usr/share/doc/openspecfun/LICENSE.md
/usr/share/doc/openspecfun/README.md

References

Summary

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