How to Install and Uninstall cvise.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "cvise.x86_64" package

This guide let you learn how to install cvise.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install cvise.x86_64

2. Uninstall "cvise.x86_64" package

Here is a brief guide to show you how to uninstall cvise.x86_64 on Fedora 36:

$ sudo dnf remove cvise.x86_64 $ sudo dnf autoremove

3. Information about the cvise.x86_64 package on Fedora 36

Last metadata expiration check: 4:34:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : cvise
Version : 2.4.0
Release : 3.fc36
Architecture : x86_64
Size : 1.9 M
Source : cvise-2.4.0-3.fc36.src.rpm
Repository : fedora
Summary : Super-parallel Python port of the C-Reduce
URL : https://github.com/marxin/cvise
License : BSD
Description : C-Vise is a super-parallel Python port of the C-Reduce. The port is fully
: compatible to the C-Reduce and uses the same efficient
: LLVM-based C/C++ reduction tool named clang_delta.
:
: C-Vise is a tool that takes a large C, C++ or OpenCL program that
: has a property of interest (such as triggering a compiler bug) and
: automatically produces a much smaller C/C++ or OpenCL program that
: has the same property. It is intended for use by people who discover
: and report bugs in compilers and other tools that process C/C++ or OpenCL code.