How to Install and Uninstall rpmlint Package on Kali Linux

Last updated: May 09,2024

1. Install "rpmlint" package

Here is a brief guide to show you how to install rpmlint on Kali Linux

$ sudo apt update $ sudo apt install rpmlint

2. Uninstall "rpmlint" package

Learn how to uninstall rpmlint on Kali Linux:

$ sudo apt remove rpmlint $ sudo apt autoclean && sudo apt autoremove

3. Information about the rpmlint package on Kali Linux

Package: rpmlint
Version: 2.5.0+ds1-0.1
Installed-Size: 605
Maintainer: RPM packaging team
Architecture: all
Depends: binutils, bzip2, cpio, desktop-file-utils, python3-enchant, python3-magic, python3-zstandard, rpm2cpio, zstd, python3-importlib-metadata | python3-supported-min (>= 3.8), python3-packaging, python3-pybeam, python3-rpm, python3-tomli | python3-supported-min (>= 3.11), python3-tomli-w, python3-xdg, python3:any
Recommends: appstream-util, groff-base, rpm
Size: 112544
SHA256: 5685015e8b73a6dd80ebf0bdd8db496441ae5978fdac74f53850f8ccc1498c9d
SHA1: bd87ee696620105278cc732c3c896670a9a7364c
MD5sum: 71e2b7d8bf99c6083be65277beee4fea
Description: RPM package checker
rpmlint is a tool for checking common errors in rpm packages. rpmlint
can be used to test individual packages before uploading or to check
an entire distribution. By default all applicable checks are
performed but specific checks can be performed by using command line
parameters.
.
rpmlint can check binary rpms (files and installed ones), source rpms,
and plain specfiles, but all checks do not apply to all argument
types. For best check coverage, run rpmlint on source rpms instead of
plain specfiles, and installed binary rpms instead of uninstalled
binary rpm files.
.
The idea for rpmlint is from the lintian tool of the Debian project.
Description-md5:
Homepage: https://github.com/rpm-software-management/rpmlint
Section: admin
Priority: optional
Filename: pool/main/r/rpmlint/rpmlint_2.5.0+ds1-0.1_all.deb