How to Install and Uninstall frama-c.x86_64 Package on Fedora 39

Last updated: September 25,2024

1. Install "frama-c.x86_64" package

Please follow the guidelines below to install frama-c.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install frama-c.x86_64

2. Uninstall "frama-c.x86_64" package

Please follow the step by step instructions below to uninstall frama-c.x86_64 on Fedora 39:

$ sudo dnf remove frama-c.x86_64 $ sudo dnf autoremove

3. Information about the frama-c.x86_64 package on Fedora 39

Last metadata expiration check: 2:00:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : frama-c
Version : 28.0
Release : 2.fc39
Architecture : x86_64
Size : 218 M
Source : frama-c-28.0-2.fc39.src.rpm
Repository : updates
Summary : Framework for source code analysis of C software
URL : https://frama-c.com/
License : LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.0-only WITH OCaml-LGPL-linking-exception AND GPL-2.0-or-later AND CC0-1.0 AND CC-BY-SA-4.0 AND BSD-3-Clause AND QPL-1.0-INRIA-2004 WITH QPL-1.0-INRIA-2004-exception
Description : Frama-C is a suite of tools dedicated to the analysis of the source
: code of software written in C.
:
: Frama-C gathers several static analysis techniques in a single
: collaborative framework. The collaborative approach of Frama-C allows
: static analyzers to build upon the results already computed by other
: analyzers in the framework. Thanks to this approach, Frama-C provides
: sophisticated tools, such as a slicer and dependency analysis.