How to Install and Uninstall sparse Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "sparse" package

Learn how to install sparse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sparse

2. Uninstall "sparse" package

Please follow the instructions below to uninstall sparse on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the sparse package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sparse
Priority: optional
Section: universe/devel
Installed-Size: 5189
Maintainer: Ubuntu Developers
Original-Maintainer: Uwe Kleine-König
Architecture: amd64
Version: 0.5.0-1build1
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libstdc++6 (>= 5.2), libtinfo5 (>= 6), libxml2 (>= 2.7.4), perl
Filename: pool/universe/s/sparse/sparse_0.5.0-1build1_amd64.deb
Size: 1339290
MD5sum: b08e1d37acd32eb9417ac5cd7a2a285b
SHA1: aefba0702a2b7b1777d57b631085709c1047fb2c
SHA256: 1fff9832d49e375ab2ec8ecc5f38958de3a32069df6ef62add4eb2c964dee567
Description-en: 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: da8c616b0e917184b61c1bd49923fb4d
Homepage: https://sparse.wiki.kernel.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu