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:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install atool using brew
brew install atool
atool is ready to use now!