How can I remove outdated installed versions of Homebrew packages?

aknuds1

How can I remove outdated versions of Homebrew packages that are installed side-by-side with current versions?

aknuds1

The cleanup (brew cleanup) command will remove outdated installed package versions. To affect a particular package/formula, you may supply a formula name like so: brew cleanup $FORMULA. To simulate cleanup, i.e. see what would be removed, you may use the -n option: brew cleanup -n.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I determine which packages I have installed via homebrew and which were installed manually?

From Dev

How do I reinstall all packages installed with Homebrew?

From Dev

How to remove installed packages

From Dev

How to remove installed packages

From Dev

How can I remove packages untracked by pacman I installed from source?

From Dev

How can I print the paths of the headers and libraries of an installed Homebrew formula?

From Dev

Using Homebrew how do I remove some specific versions but not all old versions

From Dev

Using Homebrew how do I remove some specific versions but not all old versions

From Dev

How can I mark all packages with installed dependents as "Automatically Installed"?

From Dev

I have two versions of LibreOffice installed: how to remove the older one?

From Dev

I have two versions of LibreOffice installed: how to remove the older one?

From Dev

How do I detect and remove Python packages installed via pip?

From Dev

How to remove packages not installed with Composer?

From Dev

How can I check how many Python versions are installed?

From Dev

How can I remove packages using preseed?

From Dev

How can I remove packages using preseed?

From Dev

How can I uninstall all the packages I've installed today?

From Java

How can I check all the installed Python versions on Windows?

From Dev

I can't install packages for Python with Homebrew

From Dev

How can I find executables installed by NuGet packages?

From Java

How can I see the current version of packages installed by pipenv?

From Dev

How can I reinstall or recompile already installed packages in Julia?

From Dev

How can I get the installed composer packages programatically?

From Dev

How can I see the current version of packages installed by pipenv?

From Dev

How can I check the version of packages to be installed with apt-get?

From Dev

How can I install "Ubuntu minimal install" packages that are not installed with it?

From Dev

How can I reset installed packages to default state?

From Dev

How can I get a list of the biggest packages currently installed in order?

From Dev

Remove completely all packages I installed?

Related Related

  1. 1

    How can I determine which packages I have installed via homebrew and which were installed manually?

  2. 2

    How do I reinstall all packages installed with Homebrew?

  3. 3

    How to remove installed packages

  4. 4

    How to remove installed packages

  5. 5

    How can I remove packages untracked by pacman I installed from source?

  6. 6

    How can I print the paths of the headers and libraries of an installed Homebrew formula?

  7. 7

    Using Homebrew how do I remove some specific versions but not all old versions

  8. 8

    Using Homebrew how do I remove some specific versions but not all old versions

  9. 9

    How can I mark all packages with installed dependents as "Automatically Installed"?

  10. 10

    I have two versions of LibreOffice installed: how to remove the older one?

  11. 11

    I have two versions of LibreOffice installed: how to remove the older one?

  12. 12

    How do I detect and remove Python packages installed via pip?

  13. 13

    How to remove packages not installed with Composer?

  14. 14

    How can I check how many Python versions are installed?

  15. 15

    How can I remove packages using preseed?

  16. 16

    How can I remove packages using preseed?

  17. 17

    How can I uninstall all the packages I've installed today?

  18. 18

    How can I check all the installed Python versions on Windows?

  19. 19

    I can't install packages for Python with Homebrew

  20. 20

    How can I find executables installed by NuGet packages?

  21. 21

    How can I see the current version of packages installed by pipenv?

  22. 22

    How can I reinstall or recompile already installed packages in Julia?

  23. 23

    How can I get the installed composer packages programatically?

  24. 24

    How can I see the current version of packages installed by pipenv?

  25. 25

    How can I check the version of packages to be installed with apt-get?

  26. 26

    How can I install "Ubuntu minimal install" packages that are not installed with it?

  27. 27

    How can I reset installed packages to default state?

  28. 28

    How can I get a list of the biggest packages currently installed in order?

  29. 29

    Remove completely all packages I installed?

HotTag

Archive