How To Install double-conversion on Fedora 36

In this tutorial we learn how to install double-conversion in Fedora 36. double-conversion is Library providing binary-decimal and decimal-binary routines for IEEE doubles

Introduction

In this tutorial we learn how to install double-conversion on Fedora 36.

What is double-conversion

Provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been re-factored and improved so that it can be used more easily in other projects.

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

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

sudo dnf -y install double-conversion

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

sudo yum -y install double-conversion

How To Uninstall double-conversion on Fedora 36

To uninstall only the double-conversion package we can use the following command:

sudo dnf remove double-conversion

double-conversion Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/3bbc6bfb34de53168cfa7963d1d96a86dc8200
/usr/lib64/libdouble-conversion.so.3
/usr/lib64/libdouble-conversion.so.3.1.5
/usr/share/doc/double-conversion
/usr/share/doc/double-conversion/AUTHORS
/usr/share/doc/double-conversion/Changelog
/usr/share/doc/double-conversion/LICENSE
/usr/share/doc/double-conversion/README.md

References

Summary

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


title: “How To Install double-conversion on Fedora 36” linkTitle: “double-conversion” type: “docs” description: “In this tutorial we learn how to install double-conversion in Fedora 36. double-conversion is Library providing binary-decimal and decimal-binary routines for IEEE doubles” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/double-conversion-featured.png

Introduction

In this tutorial we learn how to install double-conversion on Fedora 36.

What is double-conversion

Provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been re-factored and improved so that it can be used more easily in other projects.

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

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

sudo dnf -y install double-conversion

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

sudo yum -y install double-conversion

How To Uninstall double-conversion on Fedora 36

To uninstall only the double-conversion package we can use the following command:

sudo dnf remove double-conversion

double-conversion Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/b0fea11f3138389e4f68c1924f95b79f684758
/usr/lib/libdouble-conversion.so.3
/usr/lib/libdouble-conversion.so.3.1.5
/usr/share/doc/double-conversion
/usr/share/doc/double-conversion/AUTHORS
/usr/share/doc/double-conversion/Changelog
/usr/share/doc/double-conversion/LICENSE
/usr/share/doc/double-conversion/README.md

References

Summary

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