[ACCEPTED]-Using Homebrew how do I remove some specific versions but not all old versions-homebrew
Accepted answer
To remove all old versions:
brew cleanup
To remove old 1 version of X package:
brew cleanup X
You can just rm -rf
them from the Cellar.
0
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.