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

Last updated: October 07,2024

1. Install "frama-c.x86_64" package

Here is a brief guide to show you how to install frama-c.x86_64 on Fedora 38

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

2. Uninstall "frama-c.x86_64" package

Please follow the instructions below to uninstall frama-c.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:38:45 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : frama-c
Version : 26.1
Release : 2.fc38
Architecture : x86_64
Size : 126 M
Source : frama-c-26.1-2.fc38.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.