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

Last updated: July 05,2024

1. Install "cvise.x86_64" package

Please follow the steps below to install cvise.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install cvise.x86_64

2. Uninstall "cvise.x86_64" package

This guide let you learn how to uninstall cvise.x86_64 on Fedora 34:

$ sudo dnf remove cvise.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:12:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cvise
Version : 2.1.0
Release : 3.fc34
Architecture : x86_64
Size : 1.9 M
Source : cvise-2.1.0-3.fc34.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.