This article explains the steps to install Quicken on MAC OSX using homebrew cask
- App Name – Quicken
- App Version – 5.15.3,515.33035.100
- App url – https://www.quicken.com/mac
- App dmg file – packagedmglink
- App appcast link – https://download.quicken.com/mac/Quicken/001/Release/031A96D9-EFE6-4520-8B6A-7F465DDAA3E4/appcast.xml
Steps To Install Quicken
- Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.
- Run the following command in terminal to install brew cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
- Now install Quicken with the following command
brew install --cask quicken
- Quicken is installed now and ready to use!