How to Install and Uninstall double-conversion.src Package on Oracle Linux 9

Last updated: April 27,2024

1. Install "double-conversion.src" package

Please follow the guidelines below to install double-conversion.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install double-conversion.src

2. Uninstall "double-conversion.src" package

This guide covers the steps necessary to uninstall double-conversion.src on Oracle Linux 9:

$ sudo dnf remove double-conversion.src $ sudo dnf autoremove

3. Information about the double-conversion.src package on Oracle Linux 9

Last metadata expiration check: 0:24:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : double-conversion
Version : 3.1.5
Release : 6.el9
Architecture : src
Size : 6.7 M
Source : None
Repository : ol9_appstream
Summary : Library providing binary-decimal and decimal-binary routines for IEEE doubles
URL : https://github.com/google/double-conversion
License : BSD
Description : 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.