How.com.vn English: PDF downloadDownload Article
How to install Wine and use Windows programs on Linux
How.com.vn English: PDF downloadDownload Article

Do you want to run a Windows game or app on Linux? Linux is a great operating system, but it doesn't support many of the programs and games you use on Windows. Luckily, there is Wine, a Windows emulator that can run many Windows programs and games on a Linux computer. This How.com.vn guide teaches you how to install and run Wine on a Linux computer.

Things You Should Know

  • Install Wine in the Terminal using "sudo apt install wine64" (64-bit computers) or "sudo apt install wine32" (32-bit computers).
  • Download a Windows ".exe" or ".msi" program and go to the download location by typing "cd ~/Downloads" in the Terminal and pressing "Enter."
  • Type "wine <name of ".exe" or ".msi" file>" and press "Enter" to install the program with Wine.
Part 1
Part 1 of 3:

Installing Wine

How.com.vn English: PDF downloadDownload Article
  1. How.com.vn English: Step 1 Open the Terminal.
    Select the Terminal application from your computer's App Menu or Applications list to do so.
    • On most Linux versions, you can also open the Terminal by pressing Ctrl+ Alt+ T.
    • Some Linux versions also have a command line textbox at the top of the screen.
  2. How.com.vn English: Step 2 Check your computer's architecture.
    You need to know if you are using a 32-bit or 64-bit version of Linux. Use the following steps to do so:
    • Type lscpu in the Terminal and press Enter.
    • Check if it says "32-bit" or "64-bit" next to "CPU op-mode(s)."
    Advertisement
  3. How.com.vn English: Step 3 Type sudo apt update and press ↵ Enter.
    This will update the software repository.
  4. How.com.vn English: Step 4 Enter the command to download and install the 32-bit or 64-bit version of Wine.
    Enter one of the following commands and press Enter to install Wine on a Debian-based Linux distribution, such as Ubuntu or Linux Mint:[1]
    • For 64-bit systems: sudo apt install wine64
    • For 32-bit systems: sudo apt install wine32
    • If you are using Fedora or Redhat, install Wine using kbd sudo dnf install winehq-stable.
  5. How.com.vn English: Step 5 Type y to confirm the installation.
    When prompted to enter "y" or "n," press "y" to confirm the installation.
  6. Advertisement
Part 2
Part 2 of 3:

Setting up Wine

How.com.vn English: PDF downloadDownload Article
  1. How.com.vn English: Step 1 Type in winecfg and press ↵ Enter.
    This creates a Windows home directory for Wine. Look for a confirmation message that says something like "created the configuration directory 'home/name/.wine'".
    • If prompted to install any missing packages here, click Install in the prompt window and wait for the packages to install.
  2. How.com.vn English: Step 2 Select a Windows version and click Apply.
    Click the "Windows Version" drop-down box at the bottom of the "Wine configuration" window, then click the version of Windows (e.g., Windows10) that you want to use. Then click Apply in the lower-right corner.
  3. How.com.vn English: Step 3 Click OK.
    This button is at the bottom of the window. Clicking it closes the Window.
  4. Advertisement
Part 3
Part 3 of 3:

Installing a Program

How.com.vn English: PDF downloadDownload Article
  1. Step 1 Download a Windows program in ".exe" or ".msi" format.
    Download a Windows install file in an ".exe" or ".msi" version of the program that you want to use on Linux (e.g., Notepad++) and download it from the official website. It will download to your Linux "Downloads" folder. Once you've done this, you can move on to installing it.
  2. How.com.vn English: Step 2 Type ~/Downloads and press ↵ Enter.
    This switches to the Downloads folder in the Terminal where the downloaded Windows application installer is downloaded.
  3. How.com.vn English: Step 3 Type wine <installer file name> and press ↵ Enter.
    This will open the installer file using the Wine Windows program loader.[2]
    • Alternatively, you can right-click the ".exe" or ".msi" file in your Downloads folder and click Open with Wine Windows Program Loader. If this option does not appear, use the Terminal command instead.
  4. How.com.vn English: Step 4 Follow the instructions to complete the installation.
    The Windows installation window will appear. Follow the instructions in the installation wizard to complete the installation.
  5. How.com.vn English: Step 5 Open Windows applications.
    You can open Windows applications installed using Wine by clicking their icon in the Apps Menu or Apps list, the same as you would any Linux application. This will open the application using the Wine Windows Program Loader.
    • Alternatively, you can navigate to the location of the Windows executable file in the virtual "C:" drive and run the program by typing wine <executable file name> and pressing Enter. You can navigate to the folder Windows programs are installed in on the virtual "C:" drive by typing cd ~/.wine/drive_c/Program\ Files and pressing Enter. Then enter the program folder with the executable file by typing cd "<folder name>" with the folder name in quotes and press Enter. Then enter the command to run the executable file in Wine.
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    What is Wine? Why do you use Wine? Where do I use Wine?
    How.com.vn English: 77Ecrivan
    77Ecrivan
    Community Answer
    Wine is a compatibility layer that allows you to run Windows software on systems such as Linux, MacOS/OSX and BSD. In the case of GNU/Linux, it's obvious Linux distributions are not as widely supported as Windows. For this reason, it is incredibly convenient to be able to run Windows software in the way that Wine lets you.
  • Question
    How can I run .jar files in Linux Mint?
    How.com.vn English: Community Answer
    Community Answer
    First, fire up Terminal and type in "sudo apt install default-jre." Once downloaded, navigate to the folder that your .jar file is in by executing "cd." Once there, type in "java -jar JavaFileNameHere.jar" and you're done!
  • Question
    Can I run any Windows based program through Wine on Linux?
    How.com.vn English: Community Answer
    Community Answer
    No, not every Windows based application can run through Wine. You can go to Wine AppDB to see the list of Windows application that can run well with Wine.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      Warnings

      • Wine is a comprehensive compatibility program, but it will still have trouble running high-end PC games and programs at a normal frame rate.
      Advertisement

      About This Article

      How.com.vn English: Travis Boylls
      Written by:
      How.com.vn Technology Writer
      This article was co-authored by How.com.vn staff writer, Travis Boylls. Travis Boylls is a Technology Writer and Editor for How.com.vn. Travis has experience writing technology-related articles, providing software customer service, and in graphic design. He specializes in Windows, macOS, Android, iOS, and Linux platforms. He studied graphic design at Pikes Peak Community College. This article has been viewed 732,694 times.
      How helpful is this?
      Co-authors: 17
      Updated: October 8, 2023
      Views: 732,694
      Categories: Linux
      Thanks to all authors for creating a page that has been read 732,694 times.

      Reader Success Stories

      • How.com.vn English: Robert Martin

        Robert Martin

        Oct 12, 2016

        "(1) That extra large arrow helped me immensely, by making unmistakable upon just what word or icon was to be..." more
      Share your story

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement