Class Chef::Provider::Package::Yum::YumCache
In: lib/chef/provider/package/yum.rb
Parent: Object

Cache for our installed and available packages, pulled in from yum-dump.py

Methods

Included Modules

Chef::Mixin::Command Singleton

Attributes

extra_repo_control  [R] 

Public Class methods

Public Instance methods

Return an array of packages allowed to be installed multiple times, such as the kernel

Return the latest available version for a package.arch

candidate_version(package_name, arch=nil)

Alias for available_version

Return the currently installed version for a package.arch

Check for package by name or name+arch

Return the source repository for a package-version.arch

Returns a array of packages satisfying an RPMDependency

Cache management

Check if a package-version.arch is available to install

[Validate]