HOME BLOG

Archive for July, 2023

How to check if a package is installed with Homebrew

Posted on: July 23rd, 2023 by Olu No Comments

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.