How to Install and Uninstall rpmlint Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "rpmlint" package

Please follow the steps below to install rpmlint on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rpmlint

2. Uninstall "rpmlint" package

Please follow the guidelines below to uninstall rpmlint on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the rpmlint package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: rpmlint
Priority: extra
Section: universe/admin
Installed-Size: 483
Maintainer: Ubuntu Developers
Original-Maintainer: Arturo Borrero Gonzalez
Architecture: all
Version: 1.7-1
Depends: binutils, bzip2, cpio, desktop-file-utils, python-rpm, rpm2cpio, python, python:any (>= 2.7.5-5~)
Recommends: groff-base, python-enchant, python-magic, rpm
Filename: pool/universe/r/rpmlint/rpmlint_1.7-1_all.deb
Size: 84396
MD5sum: 3f4486542c9078b67199f3a70a8cfd6a
SHA1: 29a5ccefe0e3244f6043b9f18708f05f9c48631a
SHA256: 4e8cb712b72631d951988e6772c2b9a269df38bd0500b5c883843c26b5f19c4a
Description-en: 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: b8da9a736db7db144d0b4163fc42d180
Homepage: http://sourceforge.net/p/rpmlint/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu