How To Install Rpmlint?

How To Install Rpmlint?

rpmlint

RPM package checker

Install rpmlint

  • Debian apt-get install rpmlint Click to copy
  • Ubuntu apt-get install rpmlint Click to copy
  • CentOS yum install rpmlint Click to copy
  • Fedora dnf install rpmlint Click to copy
  • Raspbian apt-get install rpmlint Click to copy

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.

To install the latest version of rpmlint in your favorite operating system just copy the rpmlint installation command from above and paste it into terminal. It will download and install the latest version of rpmlint 2024 package in your OS.