Friday, 16 September 2016

How to Install and Use Wine to Run Windows Applications on Linux

How to Install and Use Wine to Run Windows Applications on Linux


Image result for how to install wine on linux
To installing WineHQ packages you have to  uninstall any previously installed Wine package from another repository, remove it and any packages that depend on it (e.g., wine-mono, wine-gecko, winetricks)
Enable 32 bit architecture, If your system is 64 bit (if not yet enabled):
sudo dpkg --add-architecture i386 
Add the repository:
sudo add-apt-repository ppa:wine/wine-builds
Update packages:
sudo apt-get update
Install
Eg: for the development branch
sudo apt-get install --install-recommends winehq-devel
If is Staging branch that you want, replace `winehq-devel` with `winehq-staging` in the line above.
If apt-get complains about missing dependencies, install them, then repeat the last two steps (update and install).



Before you leave, do me a favor and answer me this question:
What’s your opinion of Bitcoin
~Is it here to stay — permanently — or is it just another passing fad?
Leave your comment below  (Please! Don’t forget to use the social sharing buttons, either)!

No comments :
Write comments