rodrigosantosbr

[Ubuntu >=12.04] Install Wine 2.4 (Staging)

Jan 1st, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  • winehq-staging: this is the most recent testing wine version.
  • winehq-stable: this is the current stable wine version (probably the one you should install)
  • winehq-devel: this package is used to provide development headers, mostly used by third party software compilation.
  • wine-development: unsure for this one, but probably helps wine developers to debug EXE running with wine with more debug information.
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends wine-staging
sudo ln -s /opt/wine-staging/bin/wine /usr/bin/wine
sudo ln -s /opt/wine-staging/bin/winecfg /usr/bin/winecfg
Add Comment
Please, Sign In to add comment