How To Install And Use Wine In Ubuntu (Linux)

So what is Wine? WINE (Wine Is Not An Emulator) is an open source software which translates Windows applications (Executables) into equivalent POSIX (Portable Operating System Interface) code that Linux can understand and use. By using Wine, you can now run Windows apps and software i,e. .exe files on Linux (Ubuntu). So how to install and use Wine in Ubuntu 11.04 (Linux)? Here is a step by step procedure to install wine easily via terminal commands.

 

 


How to install Wine?

  1. Open terminal by navigating to Applications->Accessories->Terminal
  2. To update the local package index with the latest changes made in repositories, type the following command
  3. sudo apt-get update

  4. Now use the following command to install wine
  5. sudo apt-get install wine

  6. You can configure wine options by using the following command
  7. winecfg

  8. Just leave all settings to default and click OK button.

How to use Wine?

Simply right-click on any EXE file and choose Open with “Wine Windows Program Loader”

(OR) if you want to run an EXE via terminal command i-e wine EXE-File-Name. You have to navigate to the place where EXE file is present and then you may use this command. In case you don’t want to navigate to that place, then you have to place EXE file in Windows directory. Navigate to Applications->Vine->Browse C:\ Drive->Windows. After placing EXE file in windows directory you may simply type wine EXE-File-Name directly.





Published by Ashish

Hello friends, I am Ashish Barad, a tech lover student of MCA 2nd year from Nagpur, India.

Leave a comment

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.