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

Last updated: October 07,2024

1. Install "apron.x86_64" package

Please follow the steps below to install apron.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install apron.x86_64

2. Uninstall "apron.x86_64" package

This guide covers the steps necessary to uninstall apron.x86_64 on Fedora 38:

$ sudo dnf remove apron.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:28:09 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : apron
Version : 0.9.13
Release : 17.fc38
Architecture : x86_64
Size : 1.7 M
Source : apron-0.9.13-17.fc38.src.rpm
Repository : fedora
Summary : Numerical abstract domain library
URL : https://antoinemine.github.io/Apron/doc/
License : LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception AND GPL-2.0-or-later
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.