Class: PackageManager::Apt

Inherits:
Dpkg show all
Defined in:
lib/package_manager/apt.rb

Direct Known Subclasses

Fink

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

#initializeApt

Returns a new instance of Apt.



7
8
9
# File 'lib/package_manager/apt.rb', line 7

def initialize
  @name = 'apt'
end