Easy Steps to Install bvi on Mac

Package Information:

Name: bvi
Use: The bvi is a display-oriented editor for binary files (hex editor), based on the vi texteditor
URL: https://bvi.sourceforge.io

Installation Steps:

  1. Open up your Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bvi using brew
    brew install bvi

bvi is ready to use now!