Class: PackageManager::Rpm

Inherits:
Base
  • Object
show all
Defined in:
lib/package_manager/rpm.rb

Direct Known Subclasses

Yum

Constant Summary

Constants inherited from Base

Base::KNOWN_PACKAGE_MANAGERS

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#find_available, #find_installed, #install, #install_file, #list_contents, load, #provides, #uninstall

Constructor Details

#initializeRpm

Returns a new instance of Rpm.



5
6
7
# File 'lib/package_manager/rpm.rb', line 5

def initialize
  @name = 'rpm'
end