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

Last updated: June 29,2024

1. Install "cbmc.x86_64" package

Please follow the steps below to install cbmc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install cbmc.x86_64

2. Uninstall "cbmc.x86_64" package

This tutorial shows how to uninstall cbmc.x86_64 on Fedora 35:

$ sudo dnf remove cbmc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:57 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : cbmc
Version : 5.50.0
Release : 1.fc35
Architecture : x86_64
Size : 15 M
Source : cbmc-5.50.0-1.fc35.src.rpm
Repository : updates
Summary : Bounded Model Checker for ANSI-C and C++ programs
URL : http://www.cprover.org/cbmc/
License : BSD with advertising
Description : CBMC generates traces that demonstrate how an assertion can be violated, or
: proves that the assertion cannot be violated within a given number of loop
: iterations.