How to Install and Uninstall symfpu.x86_64 Package on Fedora 35

Last updated: January 12,2025

1. Install "symfpu.x86_64" package

Please follow the step by step instructions below to install symfpu.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install symfpu.x86_64

2. Uninstall "symfpu.x86_64" package

Please follow the guidelines below to uninstall symfpu.x86_64 on Fedora 35:

$ sudo dnf remove symfpu.x86_64 $ sudo dnf autoremove

3. Information about the symfpu.x86_64 package on Fedora 35

Last metadata expiration check: 0:29:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : symfpu
Version : 0
Release : 0.9.20190517gitc3acaf6.fc35
Architecture : x86_64
Size : 26 k
Source : symfpu-0-0.9.20190517gitc3acaf6.fc35.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).