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

Last updated: October 05,2024

1. Install "openlibm.x86_64" package

In this section, we are going to explain the necessary steps to install openlibm.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install openlibm.x86_64

2. Uninstall "openlibm.x86_64" package

This is a short guide on how to uninstall openlibm.x86_64 on Fedora 34:

$ sudo dnf remove openlibm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:04:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : openlibm
Version : 0.5.3
Release : 12.fc34
Architecture : x86_64
Size : 106 k
Source : openlibm-0.5.3-12.fc34.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.