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

Last updated: September 22,2024

1. Install "openlibm.x86_64" package

Learn how to install openlibm.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install openlibm.x86_64

2. Uninstall "openlibm.x86_64" package

Please follow the steps below to uninstall openlibm.x86_64 on Fedora 38:

$ sudo dnf remove openlibm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:59:08 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : openlibm
Version : 0.7.5
Release : 5.fc38
Architecture : x86_64
Size : 103 k
Source : openlibm-0.7.5-5.fc38.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.