This article explains the steps to install TI Connect™ CE on MAC OSX using homebrew cask
- App Name – TI Connect™ CE
- App Version – 5.4.0.1181,6E275F86CC13415BB657A9999AF403F2
- App url – https://education.ti.com/en/products/computer-software/ti-connect-ce-sw
- App dmg file – packagedmglink
- App appcast link – https://education.ti.com/en/software/details/en/68CEDD34FDC94622B4DBD173E6A0D8C3/swticonnectcesoftwareformacintosh
Steps To Install TI Connect™ CE
- 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 TI Connect™ CE with the following command
brew install --cask ti-connect-ce
- TI Connect™ CE is installed now and ready to use!