Hi folks,
In this post I cover a tip for checking if a pacakge is installed with Homebrew. Homebrew is a free and open-source package management system. That is, it is a tool for managing installation of software on macOS and Linux.
Here’s the command:
brew list <packagename>
That’s all for now. Till next time, happy software development.