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

Last updated: January 17,2025

1. Install "apron.x86_64" package

This tutorial shows how to install apron.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install apron.x86_64

2. Uninstall "apron.x86_64" package

This is a short guide on how to uninstall apron.x86_64 on Fedora 36:

$ sudo dnf remove apron.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:41:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : apron
Version : 0.9.13
Release : 10.fc36
Architecture : x86_64
Size : 1.7 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.