How to Install and Uninstall splint-data Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "splint-data" package

Here is a brief guide to show you how to install splint-data on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install splint-data

2. Uninstall "splint-data" package

Please follow the steps below to uninstall splint-data on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove splint-data $ sudo apt autoclean && sudo apt autoremove

3. Information about the splint-data package on Ubuntu 21.10 (Impish Indri)

Package: splint-data
Architecture: all
Version: 1:3.1.2+dfsg-5
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: splint
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 572
Breaks: splint (<< 3.1.2.dfsg-1)
Replaces: splint (<< 3.1.2.dfsg-1)
Filename: pool/universe/s/splint/splint-data_3.1.2+dfsg-5_all.deb
Size: 57280
MD5sum: f53ab19f71318f7b12a9722fe1df6ff7
SHA1: 543a8c13797ac0a9ab78d5bf9a92cef315c3096e
SHA256: 739141f1950e7aac98e5bc61cf793ed2d9d4fa117cc6f9f0c0bc66ec11bcb9d6
SHA512: 939d089ff3470af7df7dba9b2d6def9fb24ed04dda9c6613a5cf63e8df7d2c8ccd82117dc7349e66acf4cbdfab002031a93b74e2d7cc284fe568bae72dda148e
Homepage: http://www.splint.org/
Description-en: tool for statically checking C programs for bugs - data files
splint is an annotation-assisted lightweight static checker. It is a tool for
statically checking C programs for security vulnerabilities and coding
mistakes. If additional effort is invested in adding annotations to programs,
splint can perform stronger checking.
.
splint does many of the traditional lint checks including unused declarations,
type inconsistencies, use before definition, unreachable code, ignored return
values, execution paths with no return, likely infinite loops, and fall
through cases. Problems detected by Splint include:
.
* Dereferencing a possibly null pointer
* Using or returning storage that is undefined or not properly defined
* Type mismatches, with greater precision and flexibility than by C compilers
* Memory management errors like use of dangling references and memory leaks
* Inconsistent (with specified interface) global variable modification or use
* Problematic control flow such as likely infinite loops etc.
* Buffer overflow vulnerabilities
* Dangerous macro implementations or invocations
* Violations of customized naming conventions
.
This package contains the data files that are necessary to use splint.
Description-md5: 7139e6a31ed47ad473a519d0c0a030a8