What's new

Closed How to install windows program on any linux distro??32bit and 64bit

Status
Not open for further replies.

itchybitchy

Addict
Joined
Nov 14, 2017
Posts
116
Reaction
54
Points
103
This article will help you to install Wine 2.0 Stable Release on Ubuntu, Debian, and LinuxMint based systems.

1. Installing Prerequisite
First, we recommend upgrading your system packages after that install build-essential package which provides most of the common development packages for your system.

$ sudo apt-get update && apt-get upgrade
$ sudo apt-get install build-essential
Also install some more required packages.

$ sudo apt-get install libx11-dev flex bison libbison-dev m4 libfreetype6-dev
2. Install Wine
At writing time of this article Debian packages for Wine 2.0 stable release are not available. So you need to download wine source code and install on your system. Use below commands to download it.

$ cd /opt
$ sudo wget You do not have permission to view the full content of this post. Log in or register now.
$ sudo tar xjf wine-2.0.tar.bz2
$ cd wine-2.0
Configure wine using one of following command based on your system architecture.

For 32-Bit Systems:
$ sudo ./configure

For 64-Bit Systems:
$ sudo ./configure --enable-win64
Finally, compile wine source with make command

$ sudo make
$ sudo make install
3. Check Wine Version
Use the following command to check version of wine installed on your system

On 32-Bit Systems:
$ wine --version

On 64-Bit Systems:
$ wine64 --version

5. How to Use Wine
To use wine we need to login to GUI desktop of your Ubuntu system. After that Download a windows exe file like PuTTY on your system and open it with Wine use following command.

$ wine putty.exe

that's it guyz congratz may windows kna sa...
 
hindi ko po xa makuha pg dating po dun sa configure wine hindi na po gumagana ung mga command linux mint po gamit ko bat kya ayaw? baguhan panaman ako sa linux.
 
Status
Not open for further replies.
Back
Top