Question: How to run Windows applications in Ubuntu or any other Linux desktop distribution ?
Answer: Install wine project, which will enable you to use Windows applications in Linux systems.
Answer: Install wine project, which will enable you to use Windows applications in Linux systems.
What is Wine ?
Using Wine you can execute Windows application like Microsoft Word, Excel, PowerPoint etc., in your Linux. Currently, 12,000+ Windows applications can run in Ubuntu with Wine.How To Install Wine in Ubuntu ?
Wine is a pretty big package which may take some time for the installation to complete, especially if you are on a slower internet connection.$ sudo apt-get install wine
How to Install Your Favorite Windows Application ?
You can install Wine using one of the following two methods.Method 1: Default Installation
Search and download the wine compatible Windows application from WineHQ website.- Go to winehq.org
- Select AppDB in the top menu
- Select the Browse Apps in the left side bar
- Unable to find volume for extraction
- Permission denied
Method 2: Install Using Winetricks
Install cabextract: Cabextract is required by winetricks.$ sudo apt-get install cabextractInstall winetricks: Download the latest winetricks.
$ wget http://winezeug.googlecode.com/svn/trunk/winetricksLaunch winetricks as shown below. The following example will install Microsoft Internet Explorer on Linux.
$ sh winetricks ie6The following images shows Microsoft Internet Explorer browser on Ubuntu Laptop.
No comments:
Post a Comment