CheckInstall

CheckInstall

CheckInstall is an open-source system utility for Linux that checks installed software against known vulnerabilities. It integrates with the package manager to scan all installed packages and libraries, checks them against security vulnerability databases, and reports any issues
CheckInstall image
security vulnerability-scanning package-management

CheckInstall: Open-Source Vulnerability Scanner for Linux

CheckInstall is an open-source system utility for Linux that checks installed software against known vulnerabilities. It integrates with the package manager to scan all installed packages and libraries, checks them against security vulnerability databases, and reports any issues found.

What is CheckInstall?

CheckInstall is an open-source system utility for Linux that checks installed software against known vulnerabilities. It integrates with the native Linux package manager to scan all installed packages and libraries, checks them against multiple security vulnerability databases, and reports any issues found.

Some key features of CheckInstall include:

  • Integration with package managers like RPM, DEB, and others to scan all installed packages
  • Checking packages against vulnerability databases like CVE, ExploitDB, OVAL, and others
  • Configurable scanning - scan specific packages or the entire system
  • Detailed reporting on found vulnerabilities, including severity levels
  • Easy setup and configuration through a TUI or command line interface
  • Active development and maintenance

CheckInstall aims to make system security auditing and vulnerability checking simple for Linux administrators and users. Its integration with native package managers allows scanning the entire system easily. The detailed reports also help admins evaluate and prioritize vulnerabilities to address. Overall, CheckInstall is a useful open-source utility for proactive Linux security monitoring.

CheckInstall Features

Features

  1. Checks installed packages against known vulnerabilities
  2. Integrates with system package manager
  3. Scans all installed packages and libraries
  4. Reports security issues found in installed software

Pricing

  • Open Source

Pros

Open source and free

Easy to use

Helps improve system security

Integrates seamlessly with package managers

Cons

May miss some vulnerabilities

Requires updating vulnerability databases

Can generate false positives

Only available on Linux


The Best CheckInstall Alternatives

Top Os & Utilities and System Management and other similar apps like CheckInstall

Here are some alternatives to CheckInstall:

Suggest an alternative ❐

CMake icon

CMake

CMake is an open-source, cross-platform tool designed to build, test, and package software. It works by generating native makefiles and workspaces that can be used in the compiler environment of your choice.Some key features and benefits of CMake include:Compiler-independent build processes - CMake abstracts away compiler differences and allows you...
CMake image
GNU Make icon

GNU Make

GNU Make is a build automation and compilation management tool that was created in 1976 and is now maintained by the GNU Project. It automates the process of building executable programs and libraries from source code using a file called a Makefile which specifies how the project is compiled.Makefiles contain...
GNU Make image