How to Install duplicity on Mac using Brew

Package Information:

Name: duplicity
Use: Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.
URL: http://www.nongnu.org/duplicity/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install duplicity using brew
    brew install duplicity

duplicity is ready to use now!