extract
Command Reference
Description
Extract the package archive.
Uses rpm to check whether the package is already installed, then yum to either install or update the package.
Usage
ctl -t YumRpm -o <objectname> -c extract [-base <>] -filename <> [-filtersfile <>] -installroot <> [-script <>] -url <> -usesudo <>
Options
| Option | Description | Type | Default |
|---|---|---|---|
| base | package base name | string | ${entity.package-base} |
| filename | the filename | string | ${entity.package-filename} |
| filtersfile | filtersfile | string | ${entity.package-filtersfile} |
| installroot | the install root | string | ${entity.package-install-root} |
| script | script to execute | string | ${entity.attribute.package-extract-script} |
| url | the repo url | string | ${entity.package-repo-url} |
| usesudo | whether to use sudo to run rpm | string | ${entity.attribute.rpmUseSudo} |


