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

Last updated: October 06,2024

1. Install "cvise.x86_64" package

Please follow the guidelines below to install cvise.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install cvise.x86_64

2. Uninstall "cvise.x86_64" package

This guide covers the steps necessary to uninstall cvise.x86_64 on Fedora 35:

$ sudo dnf remove cvise.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:57 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cvise
Version : 2.3.0
Release : 2.fc35
Architecture : x86_64
Size : 1.9 M
Source : cvise-2.3.0-2.fc35.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.