Installer support for macOS.
Installer is the native .pkg/.mpkg package manager for macOS.
salt.modules.mac_pkgutil.
forget
(package_id)¶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
salt.modules.mac_pkgutil.
install
(source, package_id)¶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
salt.modules.mac_pkgutil.
is_installed
(package_id)¶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 August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy