How to Install and Uninstall cvise Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "cvise" package

Please follow the guidelines below to install cvise on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cvise

2. Uninstall "cvise" package

This guide let you learn how to uninstall cvise on openSuSE Tumbleweed:

$ sudo zypper remove cvise

3. Information about the cvise package on openSuSE Tumbleweed

Information for package cvise:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cvise
Version : 2.9.0+git.20240306.f0e1387-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.6 MiB
Installed : No
Status : not installed
Source package : cvise-2.9.0+git.20240306.f0e1387-1.1.src
Upstream URL : https://github.com/marxin/cvise
Summary : Super-parallel Python port of the C-Reduce
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.