Table of Contents
- Pkg::AnyToInstall - Check if there are any package to be installed - obsoleted
- Pkg::ClearSaveState - Clear the saved state - do not use, does nothing (the saved state cannot be removed, it is part of each resolvable object)
- Pkg::CreateBackups - whether to create package backups during install or removal
- Pkg::FilterPackages - Get list of packages depending on how they were selected
- Pkg::GetBackupPath - get current path for update backup of rpm config files
- Pkg::GetPackages - Get list of packages (installed, selected, available, to be removed)
- Pkg::IsAvailable - Check if package (tag) is available
- Pkg::IsManualSelection - Check Status of Selections and if they have changed
- Pkg::IsProvided - returns 'true' if the tag is provided by a package in the installed system
- Pkg::IsSelected - returns a 'true' if the tag is selected for installation
- Pkg::PkgAnyToDelete - Check if there are any package to be deleted - obsoleted
- Pkg::PkgApplReset - Reset most internal stuff on the package manager.Reset only packages set by the application, not by the user
- Pkg::PkgCommit - Commit package changes (actually install/delete packages), see also Pkg::Commit()
- Pkg::PkgDelete - Select package for deletion (deletes all installed instances of the package)
- Pkg::PkgEstablish - establish the pool state - obsoleted, not needed
- Pkg::PkgFreshen - check all package freshens and schedule matching ones for installation - obsoleted, not needed
- Pkg::PkgGetFilelist - Get File List of a package
- Pkg::PkgGetLicenseToConfirm - Return Licence Text
- Pkg::PkgGetLicensesToConfirm - Return Licence Text of several packages
- Pkg::PkgGroup - Get rpm group of a package
- Pkg::PkgInstall - Select package for installation
- Pkg::PkgLocation - Get file location of a package in the source
- Pkg::PkgMarkLicenseConfirmed - Mark licence of the package confirmed
- Pkg::PkgMediaCount - Return number of packages to be installed
- Pkg::PkgMediaNames - Return names of sources in installation order
- Pkg::PkgMediaSizes - Return size of packages to be installed
- Pkg::PkgNeutral - Set package to neutral (drop install/delete flags) (sets all instances of the package - all versions, from all repositories)
- Pkg::PkgPath - Path to a package path in the source
- Pkg::PkgProperties - Return information about a package
- Pkg::PkgQueryProvides - List all package instances providing 'tag'
- Pkg::PkgReset - Reset most internal stuff on the package manager.
- Pkg::PkgSize - Get (installed) size of a package
- Pkg::PkgSolve - Solve current package dependencies
- Pkg::PkgSolveCheckTargetOnly - Solve packages currently installed on target system.
- Pkg::PkgSolveErrors - Returns number of fails
- Pkg::PkgSrcInstall - Select source of package for installation
- Pkg::PkgSummary - Get summary (aka label) of a package
- Pkg::PkgTaboo - Set package to taboo (sets all instances of the package - all versions, from all repositories)
- Pkg::PkgUpdateAll - Update installed packages
- Pkg::PkgVersion - Get version (better: edition) of a package
- Pkg::RestoreState - Restore Saved state - restore the state saved by Pkg::SaveState()
- Pkg::RpmChecksig - Check signature of RPM
- Pkg::SaveState - Save the current selection state, can be restored later using Pkg::RestoreState()
- Pkg::SetBackupPath - set current path for update backup of rpm config files