package_remove
Remove a package.
⚙️ Compatible targets: Linux
⚠️ Deprecated: This method is deprecated and should not be used.
Parameters
Name | Documentation |
---|---|
name | Name of the package to remove. This parameter is required. |
Outcome conditions
You need to replace ${name}
with its actual canonified value.
- ✅ Ok:
package_remove_${name}_ok
- ☑️ Already compliant:
package_remove_${name}_kept
- 🟨 Repaired:
package_remove_${name}_repaired
- ☑️ Already compliant:
- ❌ Error:
package_remove_${name}_error
Example
method: package_remove
params:
name: VALUE
Documentation
Example:
methods:
"any" usebundle => package_remove("htop");