Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install wine using homebrew

brew tap homebrew/cask-versions
brew install --cask --no-quarantine (selected wine package)

wine-stable, wine-devel or wine-staging packages can be installed using the above example. The advantage of installing via homebrew means wine is available from a standard terminal session The --no-quarantine line is to avoid brew adding the quarantine flag.
Source by wiki.winehq.org #
 
PREVIOUS NEXT
Tagged: #install #wine #homebrew
ADD COMMENT
Topic
Name
6+4 =