el5-rpmlint

RPM package checker

Install

All systems
curl cmd.cat/el5-rpmlint.sh
Debian Debian
apt-get install rpmlint
Ubuntu
apt-get install rpmlint
CentOS
yum install rpmlint
Fedora
dnf install rpmlint
Windows (WSL2)
sudo apt-get update sudo apt-get install rpmlint
Raspbian
apt-get install rpmlint

rpmlint

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.