remove
Command Reference
Description
Remove the installed package. Runs rpm -e.
Removes the package. Uses sudo by default.
Usage
ctl -t rpm -o <objectname> -c remove -base <> -dbpath <> [-installroot <>] [-script <>] -usesudo <>
Options
Option | Description | Type | Default |
---|---|---|---|
base | package base name | string | ${entity.package-base} |
dbpath | rpm database path | string | ${entity.attribute.rpmDbPath} |
installroot | directory to remove | string | ${entity.package-install-root} |
script | script to execute | string | ${entity.attribute.package-remove-script} |
usesudo | whether to use sudo to run rpm | string | ${entity.attribute.rpmUseSudo} |