You can uninstall selected packages that are installed on the managed devices, uninstall a package by specifying a package name, package version, or all the packages within a bundle. Once a bundle is uninstalled, the zac search command should not display the status of the removed packages as i.
To remove a package by specifying a package name, run the following command, then enter yes/y to confirm removal:
zac remove package_name
To remove a package by specifying a package version, run the following command:
zac remove package_name-version
Enter yes/y to confirm removal.
For example, to remove a package named zmd with version 7.2.2-0.0.0, run the following command:
zac remove zmd-7.2.2-0.0.0
To remove all the packages within a bundle, run the following command:
zac remove --entirebundle bundle_name
Enter yes/y to confirm removal.
For more information on the commands, see the ZENworks Command Line Utilities Reference.