Install software on Mac OS X through terminal.

Joined
Aug 26, 2016
Messages
1
Reaction score
0
Hi ,

My name is Sushil and I am new to Mac OSX. I am trying to install applications through terminal. Here are some of the list of software: VMware Fusion , Xcode , RubyMine .

I am using OS X EL Capitan ver 10.11.3.

I would like to know any procedure to install these software through terminal. Procedure with commands are most welcome.

For more information , I am trying to automate this process so that running single script will help to install all these softwares.

Thanks,
Sushil Chaudhari.
 
Joined
Nov 14, 2012
Messages
2,241
Reaction score
100
Hi,

For VMware Fusion should be this I think.

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app: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
    and press enter/return key. Wait for the command to finish.
  3. Run:brew cask install vmware-fusion
And for RubyMine this.

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app: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
    and press enter/return key. Wait for the command to finish.
  3. Run:brew cask install rubymine
For more information , I am trying to automate this process so that running single script will help to install all these softwares.



Sorry that’s not in my field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top