# Functions

Query Gets info for one specific package.
QueryAll Runs `rpm -qa`.
Supported returns true if the current system supports RPM.
WhatProvides runs rpm -q --whatprovides with the given query.

# Constants

QueryFormat is used when querying the RPM database.

# Structs

NotFoundError will be returned when the RPM wasn't installed.
Package represents information about an RPM package.
RPMSource struct on which all methods are registered.