This article explains the steps to install Weka on MAC OSX using homebrew cask
- App Name – Weka
- App Version – 3.8.4
- App url – https://www.cs.waikato.ac.nz/ml/weka/
- App dmg file – packagedmglink
- App appcast link – https://www.macupdater.net/cgi-bin/extract_text/extract_text_split_easy.cgi?url=https://waikato.github.io/weka-wiki/downloading_weka/&splitter_1=trunk&index_1=0
Steps To Install Weka
- 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 Weka with the following command
brew install --cask weka
- Weka is installed now and ready to use!