How to Install and Uninstall sparse Package on Kali Linux

Last updated: May 15,2024

1. Install "sparse" package

Please follow the instructions below to install sparse on Kali Linux

$ sudo apt update $ sudo apt install sparse

2. Uninstall "sparse" package

Learn how to uninstall sparse on Kali Linux:

$ sudo apt remove sparse $ sudo apt autoclean && sudo apt autoremove

3. Information about the sparse package on Kali Linux

Package: sparse
Version: 0.6.4-4
Installed-Size: 1487
Maintainer: Uwe Kleine-König
Architecture: amd64
Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.24.0), libxml2 (>= 2.7.4), perl:any, gcc-13
Suggests: sparse-test-inspect
Size: 270064
SHA256: e18b3ed95c31a0798541cf79e7a44679911df71a9f51af0f2c47b8a93ad74cce
SHA1: 86ba29f8221bd2d43d5ee00f37a49204cba91445
MD5sum: dbfca0ad856d5d5f946e5358185ed8a4
Description: semantic parser of source files
Sparse, the semantic parser, provides a compiler frontend capable of
parsing most of ANSI C as well as many GCC extensions, and a collection
of sample compiler backends, including a static analyzer also called
"sparse". Sparse provides a set of annotations designed to convey
semantic information about types, such as what address space pointers
point to, or what locks a function acquires or releases.
.
Sparse can be invoked directly as "sparse" or via the "cgcc" wrapper
around the C compiler.
Description-md5:
Homepage: https://sparse.wiki.kernel.org/
Tag: devel::code-generator, implemented-in::c, interface::commandline,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/s/sparse/sparse_0.6.4-4_amd64.deb