Skip to content
Vaughn Miller edited this page Aug 30, 2022 · 2 revisions
  1. Unload and remove the autopkg Launch Daemons:
  sudo launchctl unload /Library/LaunchDaemons/com.github.autopkg.autopkginstalld.plist
  sudo launchctl unload /Library/LaunchDaemons/com.github.autopkg.autopkgserver.plist
  sudo rm /Library/LaunchDaemons/com.github.autopkg.autopkg*
  1. Remove symlinks in /usr/local
  sudo rm -r /usr/local/autopkg
  sudo rm /usr/local/bin/autopkg
  1. Remove the /Library/AutoPkg folder
  sudo rm -r /Library/AutoPkg
  1. Forget the autopkg installation receipt:
  sudo pkgutil --forget com.github.autopkg.autopkg
  1. (Optional) remove all recipes and overrides:
  rm -r ~/Library/AutoPkg

Table of Contents

Clone this wiki locally