How to Install and Uninstall openlibm.x86_64 Package on Fedora 36

Last updated: May 17,2024

1. Install "openlibm.x86_64" package

Please follow the instructions below to install openlibm.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install openlibm.x86_64

2. Uninstall "openlibm.x86_64" package

In this section, we are going to explain the necessary steps to uninstall openlibm.x86_64 on Fedora 36:

$ sudo dnf remove openlibm.x86_64 $ sudo dnf autoremove

3. Information about the openlibm.x86_64 package on Fedora 36

Last metadata expiration check: 5:03:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : openlibm
Version : 0.7.5
Release : 3.fc36
Architecture : x86_64
Size : 104 k
Source : openlibm-0.7.5-3.fc36.src.rpm
Repository : fedora
Summary : High quality system independent, open source libm
URL : https://github.com/JuliaLang/openlibm/
License : BSD and MIT and ISC and Public Domain
Description : OpenLIBM is an effort to have a high quality standalone LIBM library.
: It is meant to be used standalone in applications and programming language
: implementations. The OpenLIBM code derives from the FreeBSD msun implementation,
: which in turn derives from FDLIBM 5.3. As a result, it has a number of fixes
: and updates that have accumulated over the years in msun, and also optimized
: assembly versions of many functions.