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

Last updated: October 05,2024

1. Install "openlibm.i686" package

This is a short guide on how to install openlibm.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install openlibm.i686

2. Uninstall "openlibm.i686" package

This guide let you learn how to uninstall openlibm.i686 on Fedora 36:

$ sudo dnf remove openlibm.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:46:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : openlibm
Version : 0.7.5
Release : 3.fc36
Architecture : i686
Size : 108 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.