LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

brew-remove

Remove an installed Homebrew package

TLDR

Remove a formula
$ brew remove [formula]
copy
Remove a cask
$ brew remove --cask [cask]
copy
Remove all files associated with a cask including preferences and caches
$ brew remove --zap [cask]
copy
Force removal even if other formulae depend on it
$ brew remove --force [formula]
copy
Remove and ignore dependencies
$ brew remove --ignore-dependencies [formula]
copy

SYNOPSIS

brew remove [options] formula|cask [...]

DESCRIPTION

brew remove uninstalls a formula or cask. This is an alias for brew uninstall. It removes the installed files but by default preserves configuration files and does not remove dependencies.For casks, use --zap to perform a more thorough removal including application preferences and caches.

PARAMETERS

--cask

Treat all named arguments as casks.
--formula
Treat all named arguments as formulae.
--force, -f
Delete all installed versions of a formula. For casks, uninstall even if not installed, overwrite existing files, and ignore errors.
--zap
Remove all files associated with a cask. May remove files which are shared between applications.
--ignore-dependencies
Do not fail uninstall if dependent formulae exist.

CAVEATS

Removing a formula that other formulae depend on will fail unless --ignore-dependencies is used. The --zap option for casks may remove user data.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid