How to Install and Uninstall gappa.x86_64 Package on Fedora 36

Last updated: February 25,2025

1. Install "gappa.x86_64" package

Here is a brief guide to show you how to install gappa.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gappa.x86_64

2. Uninstall "gappa.x86_64" package

This guide covers the steps necessary to uninstall gappa.x86_64 on Fedora 36:

$ sudo dnf remove gappa.x86_64 $ sudo dnf autoremove

3. Information about the gappa.x86_64 package on Fedora 36

Last metadata expiration check: 3:57:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gappa
Version : 1.4.0
Release : 2.fc36
Architecture : x86_64
Size : 597 k
Source : gappa-1.4.0-2.fc36.src.rpm
Repository : fedora
Summary : Prove programs with floating-point or fixed-point arithmetic
URL : https://gitlab.inria.fr/gappa/gappa
License : GPLv3 or CeCILL
Description : Gappa is a tool intended to help verifying and formally prove
: properties on numerical programs and circuits handling floating-point
: or fixed-point arithmetic. This tool manipulates logical formulas
: stating the enclosures of expressions in some intervals. Through the
: use of rounding operators as part of the expressions, Gappa is specially
: designed to deal with formulas that could appear when certifying numerical
: codes. In particular, Gappa makes it simple to bound computational errors
: due to floating-point arithmetic. The tool and its documentation were
: written by Guillaume Melquiond.