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

Last updated: October 05,2024

1. Install "apron.x86_64" package

Please follow the instructions below to install apron.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install apron.x86_64

2. Uninstall "apron.x86_64" package

Here is a brief guide to show you how to uninstall apron.x86_64 on Fedora 35:

$ sudo dnf remove apron.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:03:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : apron
Version : 0.9.13
Release : 5.fc35
Architecture : x86_64
Size : 1.8 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.