How to Install atool on mac using brew

Package Information:

Name: atool
Use: atool is a script for managing file archives of various types (tar, tar+gzip, zip etc).
URL: https://savannah.nongnu.org/projects/atool/

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Copy the below command and execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install atool using brew
    brew install atool

atool is ready to use now!