How to Install and Uninstall splint.x86_64 Package on Fedora 39

Last updated: September 29,2024

1. Install "splint.x86_64" package

Please follow the instructions below to install splint.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install splint.x86_64

2. Uninstall "splint.x86_64" package

In this section, we are going to explain the necessary steps to uninstall splint.x86_64 on Fedora 39:

$ sudo dnf remove splint.x86_64 $ sudo dnf autoremove

3. Information about the splint.x86_64 package on Fedora 39

Last metadata expiration check: 2:20:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : splint
Version : 3.1.2
Release : 31.fc39
Architecture : x86_64
Size : 1.3 M
Source : splint-3.1.2-31.fc39.src.rpm
Repository : fedora
Summary : An implementation of the lint program
URL : http://www.splint.org/
License : GPLv2+
Description : Splint is a tool for statically checking C programs for coding errors and
: security vulnerabilities. With minimal effort, Splint can be used as a
: better lint. If additional effort is invested adding annotations to programs,
: Splint can perform even stronger checks than can be done by any standard lint.