美文网首页
brew 删除包和所有的依赖项

brew 删除包和所有的依赖项

作者: 阿吖嗄 | 来源:发表于2021-05-20 14:11 被阅读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
    

    相关文章

      网友评论

          本文标题:brew 删除包和所有的依赖项

          本文链接:https://www.haomeiwen.com/subject/ssavjltx.html