brew 删除包和所有的依赖项
2021-05-20 本文已影响0人
阿吖嗄
the Homebrew team added a simple command brew autoremove to remove all unused dependencies.
First, uninstall the package:
brew uninstall <package>
Then, remove all the unused dependencies:
brew autoremove