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

Last updated: October 05,2024

1. Install "apron.i686" package

This guide let you learn how to install apron.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install apron.i686

2. Uninstall "apron.i686" package

Please follow the step by step instructions below to uninstall apron.i686 on Fedora 35:

$ sudo dnf remove apron.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:45:12 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : apron
Version : 0.9.13
Release : 5.fc35
Architecture : i686
Size : 1.9 M
Source : apron-0.9.13-5.fc35.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.