Uninstall a Homebrew package and everything that depends on it, recursively (aka uninstall dependents; uninstall rdepends; cascade removal)
For a CI task, I need to run a command in an environment where certain Homebrew packages are NOT present (in my case, [email protected]
, openssl@3
and readline
). These packages are preinstalled in the Github CI runner that I use, and many other preinstalled packages depend on them.
Uninstall a Homebrew package and everything that depends on it, recursively (uninstall dependents; cascade removal)
For a CI task, I need to run a command in an environment where certain Homebrew packages are NOT present (in my case, [email protected]
, openssl@3
and readline
). These packages are preinstalled in the Github CI runner that I use, and many other preinstalled packages depend on them.
Uninstall a Homebrew package and everything that depends on it, recursively (dependents; cascade removal)
For a CI task, I need to run a command in an environment where certain Homebrew packages are NOT present (in my case, [email protected]
, openssl@3
and readline
). These packages are preinstalled in the Github CI runner that I use, and many other preinstalled packages depend on them.