feedburner

Enter your email address:

Delivered by FeedBurner

* Using wine to run windows application on openSUSE 11.0

Labels: , ,



Do you know how to run a windows application on Linux? Wine is one of many emulator programs. It was operating in different Linux distribution and can simulate most of the windows application. Either office or some sharing software which can be simulated via wine on Linux platform. You can follow the steps below to install and run it, if you want to try it now.

Installation

# zypper install wine


Now, you need to run this command to configure your wine environment

# winecfg


If you want to use wine by gui, please install wine-doors

# zypper install wine-doors

You can see the following wine-doors gui after installation.


Wine Doors will appear Initial Setup window when you run it.


Congratulations! now you can start to use wine.
Below is my example of the implementation of a windows program.

# wine everest.exe



0 comments:

Post a Comment