Installer support for macOS.
Installer is the native .pkg/.mpkg package manager for macOS.
New in version 2016.3.0.
Remove the receipt data about the specified package. Does not remove files.
Warning
DO NOT use this command to fix broken package design
package_id (str) -- The name of the package to forget
True if successful, otherwise False
CLI Example:
salt '*' pkgutil.forget com.apple.pkg.gcc4.2Leo
Install a .pkg from an URI or an absolute path.
True if successful, otherwise False
CLI Example:
salt '*' pkgutil.install source=/vagrant/build_essentials.pkg package_id=com.apple.pkg.gcc4.2Leo
Returns whether a given package id is installed.
True if installed, otherwise False
CLI Example:
salt '*' pkgutil.is_installed com.apple.pkg.gcc4.2Leo
Generated on October 23, 2024 at 09:02:05 UTC.
You are viewing docs for the previous stable release, 3006.9. Switch to docs for the latest stable release, 3007.1, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy