Started using Homebrew or Brew exclusively to update install all software available for 4 systems. It works well, I recommend.

Ed H AHSAA Blog
Ed's Blog Index & Contents

Jan 10, 2023 5:35

Homebrew is great !!

Spending a lot of time updating software on multiple systems. Started using Brew on all systems where ever I can. Saves a ton of time. From a terminal window these are just a few commands:

brew cu --all
brew upgrade
brew search signal
brew install signal
brew search brave-browser
brew --help
I use brew to install and update all the software on my system except for FileZilla

I can't find anything better than FileZilla and FileZilla is not on Brew as of this day

brew list

brew list will show you what you have installed

to uninstall type the following in a terminal window

brew uninstall name-of-brew-file

I really like Brew. I can keep all my systems up to date and don't have to click, all from terminal.