How To Install tomsfastmath on Fedora 36

In this tutorial we learn how to install tomsfastmath in Fedora 36. tomsfastmath is Fast large integer arithmetic library

Introduction

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

What is tomsfastmath

TomsFastMath is meant to be a very fast yet still fairly portable and easy to port large integer arithmetic library written in ISO C. The goal specifically is to be able to perform very fast modular exponentiations and other related functions required for ECC, DH and RSA cryptosystems.

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

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

sudo dnf -y install tomsfastmath

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

sudo yum -y install tomsfastmath

How To Uninstall tomsfastmath on Fedora 36

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

sudo dnf remove tomsfastmath

tomsfastmath Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/73dfd81d349064088af4fb9546ffda40a0b485
/usr/lib/libtfm.so.1
/usr/lib/libtfm.so.1.0.0
/usr/share/doc/tomsfastmath
/usr/share/doc/tomsfastmath/tfm.pdf
/usr/share/licenses/tomsfastmath
/usr/share/licenses/tomsfastmath/LICENSE

References

Summary

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


title: “How To Install tomsfastmath on Fedora 36” linkTitle: “tomsfastmath” type: “docs” description: “In this tutorial we learn how to install tomsfastmath in Fedora 36. tomsfastmath is Fast large integer arithmetic library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tomsfastmath-featured.png

Introduction

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

What is tomsfastmath

TomsFastMath is meant to be a very fast yet still fairly portable and easy to port large integer arithmetic library written in ISO C. The goal specifically is to be able to perform very fast modular exponentiations and other related functions required for ECC, DH and RSA cryptosystems.

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

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

sudo dnf -y install tomsfastmath

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

sudo yum -y install tomsfastmath

How To Uninstall tomsfastmath on Fedora 36

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

sudo dnf remove tomsfastmath

tomsfastmath Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/bf60acd912e569932ba66888edd68475961432
/usr/lib64/libtfm.so.1
/usr/lib64/libtfm.so.1.0.0
/usr/share/doc/tomsfastmath
/usr/share/doc/tomsfastmath/tfm.pdf
/usr/share/licenses/tomsfastmath
/usr/share/licenses/tomsfastmath/LICENSE

References

Summary

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