• About
  • Contact
  • Cookie
  • Disclaimer
  • Privacy Policy
  • Change the purpose of use

Tnhelearning.edu.vn - Various useful general information portal

  • Photo
  • Bio
  • How To
  • Tech

How to Use Wine on Linux

December 15, 2023 by admin Category: How To

You are viewing the article How to Use Wine on Linux  at Tnhelearning.edu.vn you can quickly access the necessary information in the table of contents of the article below.

X

This article is co-authored by a team of editors and trained researchers who confirm the accuracy and completeness of the article.

The wikiHow Content Management team carefully monitors the work of editors to ensure that every article is up to a high standard of quality.

This article has been viewed 2,246 times.

This wikiHow teaches you how to install and launch Wine on a Linux computer. The Wine program allows users to run Windows operating systems on computers using other operating systems.

Table of Contents

  • Steps
    • Install Wine
    • Setting up Wine
    • Install programs with Wine
  • Advice
  • Warning

Steps

Install Wine

Image titled Use Wine on Linux Step 1

Image titled Use Wine on Linux Step 1

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/5/51/Use-Wine-on-Linux-Step-1-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-1-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/5/51/Use-Wine-on-Linux-Step-1- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-1-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Open Terminal. Select the Terminal application from your computer’s menu or Applications list.

  • On most versions of Linux, you can also open Terminal by pressing Ctrl + Alt + T .
  • Some versions of Linux also have a command line text box at the top of the screen.
  • Some Linux installations will go straight to the command line. In that case, skip this step.
Image titled Use Wine on Linux Step 2

Image titled Use Wine on Linux Step 2

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/3/3b/Use-Wine-on-Linux-Step-2-Version-2.jpg/v4-728px-Use-Wine- on-Linux-Step-2-Version-2.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/3/3b/Use-Wine-on-Linux-Step-2- Version-2.jpg/v4-728px-Use-Wine-on-Linux-Step-2-Version-2.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Enable 32 bit mode. If your computer uses a 64-bit processor, you need to enable 32-bit mode by:

  • Type sudo dpkg --add-architecture i386 into Terminal and press ↵ Enter .
  • Enter the super password (root) when prompted and press ↵ Enter .
Image titled Use Wine on Linux Step 3

Image titled Use Wine on Linux Step 3

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/5/52/Use-Wine-on-Linux-Step-3-Version-2.jpg/v4-728px-Use-Wine- on-Linux-Step-3-Version-2.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/5/52/Use-Wine-on-Linux-Step-3- Version-2.jpg/v4-728px-Use-Wine-on-Linux-Step-3-Version-2.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Direct your computer’s download program to the Wine website. Thus, the computer will find the file to download. Here’s how to do it:

  • Type wget -nc https://dl.winehq.org/wine-builds/Release.key and press ↵ Enter .
  • Type sudo apt-key add Release.key and press ↵ Enter .
  • Enter the root password if asked.
READ More:   How does he text you every day? Is he a flirt?
Image titled Use Wine on Linux Step 4

Image titled Use Wine on Linux Step 4

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/c/c7/Use-Wine-on-Linux-Step-4-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-4-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/c/c7/Use-Wine-on-Linux-Step-4- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-4-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Add the repository of the Wine program to the library. Depending on your Linux version, you might enter one of the following lines:

  • Ubuntu – sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
  • Mint – sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
Image titled Use Wine on Linux Step 5

Image titled Use Wine on Linux Step 5

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/4/46/Use-Wine-on-Linux-Step-5-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-5-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/4/46/Use-Wine-on-Linux-Step-5- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-5-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Update the downloaded package. Type the command sudo apt-get update and press ↵ Enter .
Image titled Use Wine on Linux Step 6

Image titled Use Wine on Linux Step 6

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/c/cb/Use-Wine-on-Linux-Step-6-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-6-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/c/cb/Use-Wine-on-Linux-Step-6- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-6-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Select the file to download. As of March 2018, the stable release for Wine can be downloaded by typing sudo apt-get install --install-recommends wine-stable and pressing ↵ Enter . [1] X Research Source

  • Maybe in the future Wine versions will support more stable downloads.
Image titled Use Wine on Linux Step 7

Image titled Use Wine on Linux Step 7

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/8/81/Use-Wine-on-Linux-Step-7-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-7-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/8/81/Use-Wine-on-Linux-Step-7- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-7-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Confirm the download. Type y and press ↵ Enter , then re-enter the root password when prompted. Wine will start downloading and installing on your computer.
Image titled Use Wine on Linux Step 8

Image titled Use Wine on Linux Step 8

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/f/f1/Use-Wine-on-Linux-Step-8-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-8-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/f/f1/Use-Wine-on-Linux-Step-8- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-8-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Wait for the download to complete. The download and installation will take about 10 minutes. Once done, you can continue.

Setting up Wine

Image titled Use Wine on Linux Step 9

Image titled Use Wine on Linux Step 9

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/0/01/Use-Wine-on-Linux-Step-9-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-9-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/0/01/Use-Wine-on-Linux-Step-9- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-9-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Create a Windows home directory. Type winecfg and press ↵ Enter , a message saying “created the configuration directory ‘home/name/.wine'” will appear.

  • If prompted to install additional missing packages, click Install in the pop-up window and wait for the process to complete.
Image titled Use Wine on Linux Step 10

Image titled Use Wine on Linux Step 10

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/d/da/Use-Wine-on-Linux-Step-10-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-10-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/d/da/Use-Wine-on-Linux-Step-10- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-10-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Select Windows version. Click the “Windows Version” drop-down box at the bottom of the “Wine configuration” window, and then click the version you want to use (for example, Windows 7 ).

  • If you don’t see this option, first click the Applications tab at the top of the window.
READ More:   How to Send Lovely Texts to Your Boyfriend
Image titled Use Wine on Linux Step 11

Image titled Use Wine on Linux Step 11

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/a/a9/Use-Wine-on-Linux-Step-11-Version-2.jpg/v4-728px-Use-Wine- on-Linux-Step-11-Version-2.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/a/a9/Use-Wine-on-Linux-Step-11- Version-2.jpg/v4-728px-Use-Wine-on-Linux-Step-11-Version-2.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Click Apply at the bottom of the window. New settings will be saved.
Image titled Use Wine on Linux Step 12

Image titled Use Wine on Linux Step 12

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/e/e2/Use-Wine-on-Linux-Step-12-Version-3.jpg/v4-728px-Use-Wine- on-Linux-Step-12-Version-3.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/e/e2/Use-Wine-on-Linux-Step-12- Version-3.jpg/v4-728px-Use-Wine-on-Linux-Step-12-Version-3.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight” :546,”licensing”:”<div class=”mw-parser-output”></div>”}
Click OK at the bottom of the window. The window will close.
Image titled Use Wine on Linux Step 13

Image titled Use Wine on Linux Step 13

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/f/f5/Use-Wine-on-Linux-Step-13.jpg/v4-728px-Use-Wine-on-Linux- Step-13.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/f/f5/Use-Wine-on-Linux-Step-13.jpg/v4-728px-Use- Wine-on-Linux-Step-13.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Download Windows programs in EXE format. Find the EXE version of the program you want to use on Linux (e.g. 7-zip) and download it. Once done, you can start the installation process.

  • You can see a list of all compatible programs on Wine’s website.

Install programs with Wine

Image titled Use Wine on Linux Step 14

Image titled Use Wine on Linux Step 14

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/c/c3/Use-Wine-on-Linux-Step-14.jpg/v4-728px-Use-Wine-on-Linux- Step-14.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/c/c3/Use-Wine-on-Linux-Step-14.jpg/v4-728px-Use- Wine-on-Linux-Step-14.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Open the Downloads folder. This folder is located in the Home folder, you can also open the Downloads folder from within the Applications menu.
Image titled Use Wine on Linux Step 15

Image titled Use Wine on Linux Step 15

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/6/63/Use-Wine-on-Linux-Step-15.jpg/v4-728px-Use-Wine-on-Linux- Step-15.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/6/63/Use-Wine-on-Linux-Step-15.jpg/v4-728px-Use- Wine-on-Linux-Step-15.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Find the downloaded EXE file. Scroll in the Downloads folder until you find the EXE file of the program you want to install.
Image titled Use Wine on Linux Step 16

Image titled Use Wine on Linux Step 16

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/8/81/Use-Wine-on-Linux-Step-16.jpg/v4-728px-Use-Wine-on-Linux- Step-16.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/8/81/Use-Wine-on-Linux-Step-16.jpg/v4-728px-Use- Wine-on-Linux-Step-16.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Right-click the file to open a drop-down menu.
Image titled Use Wine on Linux Step 17

Image titled Use Wine on Linux Step 17

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/6/6a/Use-Wine-on-Linux-Step-17.jpg/v4-728px-Use-Wine-on-Linux- Step-17.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/6/6a/Use-Wine-on-Linux-Step-17.jpg/v4-728px-Use- Wine-on-Linux-Step-17.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Click Open With Wine Windows Program Loader . This option is at the top of the drop-down menu. The installation window will appear.
Image titled Use Wine on Linux Step 18

Image titled Use Wine on Linux Step 18

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/1/1e/Use-Wine-on-Linux-Step-18.jpg/v4-728px-Use-Wine-on-Linux- Step-18.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/1/1e/Use-Wine-on-Linux-Step-18.jpg/v4-728px-Use- Wine-on-Linux-Step-18.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Click Install at the bottom of the installation window. The program will begin to install on the computer.

  • Some programs may require additional input before starting the installation.
  • You can also change the location where the program is installed by clicking the ⋯ icon on the right side of the window and choosing a different folder on your computer.
READ More:   How to Hold Poop?
Image titled Use Wine on Linux Step 19

Image titled Use Wine on Linux Step 19

{“smallUrl”:”https://www.wikihow.com/images_en/thumb/6/65/Use-Wine-on-Linux-Step-19.jpg/v4-728px-Use-Wine-on-Linux- Step-19.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/6/65/Use-Wine-on-Linux-Step-19.jpg/v4-728px-Use- Wine-on-Linux-Step-19.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
Click Close when prompted. This option will be available after the program has finished installing.
  • Image titled Use Wine on Linux Step 20

    Image titled Use Wine on Linux Step 20

    {“smallUrl”:”https://www.wikihow.com/images_en/thumb/a/ae/Use-Wine-on-Linux-Step-20.jpg/v4-728px-Use-Wine-on-Linux- Step-20.jpg”,”bigUrl”:”https://www.wikihow.com/images/thumb/a/ae/Use-Wine-on-Linux-Step-20.jpg/v4-728px-Use- Wine-on-Linux-Step-20.jpg”,”smallWidth”:460,”smallHeight”:345,”bigWidth”:728,”bigHeight”:546,”licensing”:”<div class=”mw-parser -output”></div>”}
    Launch the program. You can launch the newly installed program from within Applications (usually located in the main menu).
  • Advice

    • You can install a Wine user interface called PlayOnLinux, which allows you to install, remove, and access Wine programs. To proceed, simply open Terminal after installing Wine, type sudo apt install playonlinux , enter your password, and confirm the download by typing y .
    • Don’t forget to check the Wine website for regular program updates.

    Warning

    • Although it is a highly compatible software, sometimes Wine still has difficulty running high profile PC programs and games at normal frame rates.
    X

    This article is co-authored by a team of editors and trained researchers who confirm the accuracy and completeness of the article.

    The wikiHow Content Management team carefully monitors the work of editors to ensure that every article is up to a high standard of quality.

    This article has been viewed 2,246 times.

    This wikiHow teaches you how to install and launch Wine on a Linux computer. The Wine program allows users to run Windows operating systems on computers using other operating systems.

    Thank you for reading this post How to Use Wine on Linux at Tnhelearning.edu.vn You can comment, see more related articles below and hope to help you with interesting information.

    Related Search:

    Related Posts

    How to Create Curved Text in Photoshop
    How to fall asleep faster
    How to Install FBReader to Read eBooks

    Category: How To

    Previous Post: « Top 999+ shri hanuman images – Amazing Collection shri hanuman images Full 4K
    Next Post: Top 999+ Onward Wallpaper Full HD, 4K✅Free to Use »

    Copyright © 2025 · Tnhelearning.edu.vn - Useful Knowledge