How to Install and Uninstall double-conversion-devel.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "double-conversion-devel.x86_64" package

Please follow the guidelines below to install double-conversion-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install double-conversion-devel.x86_64

2. Uninstall "double-conversion-devel.x86_64" package

Here is a brief guide to show you how to uninstall double-conversion-devel.x86_64 on Fedora 36:

$ sudo dnf remove double-conversion-devel.x86_64 $ sudo dnf autoremove

3. Information about the double-conversion-devel.x86_64 package on Fedora 36

Last metadata expiration check: 0:10:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : double-conversion-devel
Version : 3.1.5
Release : 6.fc36
Architecture : x86_64
Size : 27 k
Source : double-conversion-3.1.5-6.fc36.src.rpm
Repository : fedora
Summary : Library providing binary-decimal and decimal-binary routines for IEEE doubles
URL : https://github.com/google/double-conversion
License : BSD
Description : Contains header files for developing applications that use the double-conversion
: library.
:
: There is extensive documentation in src/double-conversion.h. Other
: examples can be found in test/cctest/test-conversions.cc.