This article explains the steps to install Skype for Business on MAC OSX using homebrew cask

  • App Name – Skype for Business
  • App Version – 16.28.0.175
  • App url – https://www.microsoft.com/download/details.aspx?id=54108
  • App dmg file – packagedmglink
  • App appcast link – https://www.microsoft.com/download/details.aspx?id=54108

Steps To Install Skype for Business

  • Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.

    spotlight search 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

    Install brew cask on mac

  • Now install Skype for Business with the following command

    brew install --cask skype-for-business

  • Skype for Business is installed now and ready to use!