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

Last updated: May 19,2024

1. Install "openlibm.i686" package

Learn how to install openlibm.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install openlibm.i686

2. Uninstall "openlibm.i686" package

This tutorial shows how to uninstall openlibm.i686 on Fedora 34:

$ sudo dnf remove openlibm.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:59:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : openlibm
Version : 0.5.3
Release : 12.fc34
Architecture : i686
Size : 110 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.