How to Install and Uninstall double-conversion-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

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

Learn how to install double-conversion-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Learn how to uninstall double-conversion-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the double-conversion-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:55:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : double-conversion-devel
Version : 3.1.5
Release : 1.el8
Architecture : x86_64
Size : 30 k
Source : double-conversion-3.1.5-1.el8.src.rpm
Repository : epel
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.