All Projects → imax9000 → homebrew-autoremove

imax9000 / homebrew-autoremove

Licence: MIT license
ARCHIVED: External command for Homebrew to remove orphaned dependencies

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-autoremove

homebrew-pourhouse
My homebrew tap, serving up casks from EclecticLightCo!
Stars: ✭ 78 (+457.14%)
Mutual labels:  homebrew-tap
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (+64.29%)
Mutual labels:  homebrew-tap
Homebrew Openjdk
AdoptOpenJDK HomeBrew Tap
Stars: ✭ 1,798 (+12742.86%)
Mutual labels:  homebrew-tap
homebrew-chunkwm
Homebrew Tap for Chunkwm tiling window manage (https://github.com/koekeishiya/chunkwm)
Stars: ✭ 47 (+235.71%)
Mutual labels:  homebrew-tap
homebrew-proxmark3
Homebrew tap containing proxmark3 software/firmware
Stars: ✭ 23 (+64.29%)
Mutual labels:  homebrew-tap
homebrew-i386-elf-toolchain
Homebrew formulas for buildling a valid GCC toolchain for the i386-elf target.
Stars: ✭ 62 (+342.86%)
Mutual labels:  homebrew-tap
homebrew-tap
Homebrew Tap for argo
Stars: ✭ 12 (-14.29%)
Mutual labels:  homebrew-tap
homebrew-essentia
Homebrew build scripts for Essentia
Stars: ✭ 25 (+78.57%)
Mutual labels:  homebrew-tap
homebrew-tap
Homebrew Tap for for installing Meshery command line client.
Stars: ✭ 12 (-14.29%)
Mutual labels:  homebrew-tap
homebrew-devops
🍺 DevOps / SRE formulae for the @Homebrew package manager.
Stars: ✭ 36 (+157.14%)
Mutual labels:  homebrew-tap
homebrew-tap
Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
Stars: ✭ 14 (+0%)
Mutual labels:  homebrew-tap
homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+1785.71%)
Mutual labels:  homebrew-tap

DEPRECATED

This repository is now archived, since the command with the same name and functionality if now distributed with Homebrew by default.

brew autoremove

This repository provides a command for Homebrew to list and remove all formulae that were installed as dependencies at some point and are not needed anymore.

Usage

brew autoremove

It will show you the list of formuale to be removed and ask for confirmation.

Options:

  • -f|--force - do not ask for confirmation before running brew rm
  • -l|--list - do not remove anything, just print the list of formulae that are not depended on anymore.

If you see some formula in the output that you'd like to keep, run brew install on it and then re-run brew autoremove. brew install will tell you that the formula is already installed, but still update the metadata to state that you requested it to be installed.

Installing

brew tap gelraen/autoremove
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].