brew
18 Nov 2024I use MacOS since 2017 and I like to sometimes grab something from the Linux ecosystem. And there is brew. The most basic commands for it are doctor, info, install, uninstall, and upgrade.
brew doctor
brew info ${package_name}
brew install ${package_name}
brew uninstall ${package_name}
brew upgrade