Get berkeley-db installed on Mac using brew

Package Information:

Name: berkeley-db
Use: High performance key/value database
URL: https://www.oracle.com/technology/products/berkeley-db/index.html

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install berkeley-db using brew
    brew install berkeley-db

berkeley-db is ready to use now!