KIWIManagerZypper Info


Public methods


installPackages

install packages in the previosly installed root system using the package manager install method

Defined on line: 541

new

Missing

Defined on line: 52

Called in

preserveRepoCache

activate preserved package cache for use with build repo setup my $this = shift; my $kiwi = $this->{kiwi}; $kiwi -> loginfo("Restoring Zypper package cache"); KIWIQX::qxx( "mv /var/cache/kiwi/packs /var/cache/kiwi/packages &>/dev/null" ); return $this; } ========================================== preserveRepoCache ------------------------------------------ preserve repo cache which otherwise will be removed by zypper if no repo file is found. But this situation is normal for an image build process which setup and remove repos for building at runtime

Defined on line: 493

Called in

removePackages

remove packages from the previosly installed root system using the package manager remove method

Defined on line: 597

resetExcludeDocs

reset the signature check option to the previos value of the package manager

Defined on line: 220

resetInstallationSource

clean the installation source environment which means remove temporary inst-sources

Defined on line: 512

resetSignatureCheck

reset the signature check option to the previos value of the package manager

Defined on line: 170

resetSource

cleanup source data. In case of any interrupt which means remove all changes made by %source

Defined on line: 1002

setupDownload

download package files for later handling using the package manager download functionality

Defined on line: 524

setupExcludeDocs

Check if the image description contains the exclude docs option or not. If yes activate or deactivate it according to the used package manager

Defined on line: 182

setupInstallationSource

setup an installation source to retrieve packages from. multiple sources are allowed

Defined on line: 252

setupPackageInfo

check if a given package is installed or not. return the exit code from the call

Defined on line: 1014

setupRootSystem

install the bootstrap system to be able to chroot into this minimal image

Defined on line: 789

setupSignatureCheck

Check if the image description contains the signature check option or not. If yes activate or deactivate it according to the used package manager

Defined on line: 157

setupUpgrade

upgrade the previosly installed root system using the package manager upgrade functionality along with the upgrade additional packages can be removed or installed. It's also possible to perform only the package remove/install operation without running the dist-upgrade

Defined on line: 665