OKay, I admit I went a bit too far here. We will concentrate on installing Windows applications on Linux in this tutorial. You will need following things
- A computer with Ubuntu Linux installed (Any Linux distribution would be fine, but this tutorial is based on Ubuntu 10.10).
- Administrative (root) access.
- Internet access.
- Moderate to Lower-High patience
Unless the program you wish to install is a peculiar one, you probably will not face problems with Wine, however, it's still best to check with the Wine database at appdb.winehq.org and check the status just in case.
Installing Wine
Installing Wine on Ubuntu
sudo add-apt-repository ppa:ubuntu-wine/ppasudo apt-get updatesudo apt-get install wineWhichever method you opt for, install Wine because that's what we are here to do.
Configuring Wine
winecfgYou can also select the Configure Wine option in the Applications ? Wine menu. This will create the .wine directory in your home directory. This is used to store all the configurations and the pseudo C drive. It also contains a bunch of other things including but not limited to the registry structure like that in Windows, configurations settings like the Windows version to be emulated. We don't need to go into the details of those at this moment.
Installing Applications
- Download the Windows application you wish to install and place it in a convenient directory.
- Open the terminal on your system.
- Change to the directory where the application installer is located.
21:39
Gain Infiniti