Skip to content

Commands uninstall

Ben Chatelain edited this page Jan 31, 2019 · 1 revision

Uninstall app installed from the Mac App Store

(integer) ID of app to uninstall

--dry-run dry run

$ mas uninstall 883878097 --dry-run
==> Server /Applications/Server.app
==> (not removed, dry run)

$ mas uninstall 883878097
Warning: Apps installed from the Mac App Store require root permission to remove.
Error: Unable to move app to trash.
Error: Uninstall failed

$ sudo mas uninstall 883878097
Password:
Error: Not installed

$ sudo mas uninstall 883878097
==> App moved to trash: /private/var/root/.Trash/Server.app
Clone this wiki locally