Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to remove pkg from mac

$ pkgutil --pkgs # list all installed packages
$ pkgutil --files the-package-name.pkg # list installed files
$ sudo pkgutil --forget the-package-name.pkg
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #remove #pkg #mac
ADD COMMENT
Topic
Name
5+6 =