How to Install and Uninstall creduce Package on Kali Linux

Last updated: May 17,2024

1. Install "creduce" package

Please follow the guidelines below to install creduce on Kali Linux

$ sudo apt update $ sudo apt install creduce

2. Uninstall "creduce" package

This is a short guide on how to uninstall creduce on Kali Linux:

$ sudo apt remove creduce $ sudo apt autoclean && sudo apt autoremove

3. Information about the creduce package on Kali Linux

Package: creduce
Version: 2.11.0~20231125-2
Installed-Size: 23149
Maintainer: Debian GCC Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp17 (>= 1:17.0.6), libllvm17, libstdc++6 (>= 13.1), clang-format-17, libbenchmark-timer-perl, libfile-which-perl, libregexp-common-perl, libexporter-lite-perl, libgetopt-tabular-perl, libterm-readkey-perl
Recommends: gcc | clang
Size: 2632868
SHA256: 1223b37da9867b90ed8d77f3a16b14af70f6be9605deb08052a409132d046495
SHA1: cf1725236a722dac25e3019a15aa93b6a3bf5041
MD5sum: a917ebfc04d76b59da9e5e5fc969fa19
Description: Test-Case Reduction for C Compiler Bugs
C-Reduce is a tool which takes a large C or C++ program that has a
property of interest (such as triggering a compiler bug) and
automatically produces a much smaller C/C++ 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++ code.
Description-md5:
Homepage: https://github.com/csmith-project/creduce
Section: devel
Priority: optional
Filename: pool/main/c/creduce/creduce_2.11.0~20231125-2_amd64.deb