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

Last updated: May 10,2024

1. Install "apron.i686" package

In this section, we are going to explain the necessary steps to install apron.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install apron.i686

2. Uninstall "apron.i686" package

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

$ sudo dnf remove apron.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:34:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : apron
Version : 0.9.13
Release : 10.fc36
Architecture : i686
Size : 1.9 M
Source : apron-0.9.13-10.fc36.src.rpm
Repository : fedora
Summary : Numerical abstract domain library
URL : https://antoinemine.github.io/Apron/doc/
License : LGPLv2+ and GPLv2+
Description : The APRON library is dedicated to the static analysis of the numerical
: variables of a program by Abstract Interpretation. The aim of such an
: analysis is to infer invariants about these variables, like 1<=x+y<=z,
: which holds during any execution of the program.
:
: The APRON library is intended to be a common interface to various
: underlying libraries/abstract domains and to provide additional services
: that can be implemented independently from the underlying
: library/abstract domain.