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

Last updated: July 05,2024

1. Install "symfpu.i686" package

This is a short guide on how to install symfpu.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install symfpu.i686

2. Uninstall "symfpu.i686" package

Please follow the instructions below to uninstall symfpu.i686 on Fedora 34:

$ sudo dnf remove symfpu.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:49:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : symfpu
Version : 0
Release : 0.8.20190517gitc3acaf6.fc34
Architecture : i686
Size : 28 k
Source : symfpu-0-0.8.20190517gitc3acaf6.fc34.src.rpm
Repository : fedora
Summary : An implementation of IEEE-754 / SMT-LIB floating-point
URL : https://github.com/martin-cs/symfpu
License : GPLv3+
Description : SymFPU is an implementation of the SMT-LIB / IEEE-754 operations in
: terms of bit-vector operations. It is templated in terms of the
: bit-vectors, propositions, floating-point formats and rounding mode
: types used. This allow the same code to be executed as an arbitrary
: precision "SoftFloat" library (although it's performance would not be
: good) or to be used to build symbolic representation of floating-point
: operations suitable for use in "bit-blasting" SMT solvers (you could
: also generate circuits from them but again, performance will likely not
: be good).