Skip to content

How to uninstall .pkg installation? #408

Discussion options

You must be logged in to vote

Yeah, that's surprisingly difficult. 😕

You should (caveat: what follows is largely untested) be able to manually uninstall the package, by first removing all files returned by pkgutil --files de.mittwald.cli (in the installation directory returned by pkgutil --pkg-info de.mittwald.cli) and then "forgetting" the package by running pkgutil --forget de.mittwald.cli.1

These pkg files suck. I'm beginning to wonder if we should just focus on Homebrew as the sole recommended way of installation, and just drop the pkgs altogether. 🤔

Footnotes

  1. https://apple.stackexchange.com/a/371560

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tillwestpfahl
Comment options

tillwestpfahl Apr 16, 2024
Collaborator Author

Answer selected by tillwestpfahl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #407 on April 15, 2024 16:09.