brew 删除包和所有的依赖项

the Homebrew team added a simple command brew autoremove to remove all unused dependencies.

First, uninstall the package:

brew uninstall 

Then, remove all the unused dependencies:

brew autoremove

你可能感兴趣的:(brew 删除包和所有的依赖项)