How to Install Wine on Ubuntu: 13 Steps (with Pictures)

Table of contents:

How to Install Wine on Ubuntu: 13 Steps (with Pictures)
How to Install Wine on Ubuntu: 13 Steps (with Pictures)

Video: How to Install Wine on Ubuntu: 13 Steps (with Pictures)

Video: How to Install Wine on Ubuntu: 13 Steps (with Pictures)
Video: How To Disable The Blue Screen Of Death BSOD In Windows All Versions Step By Step Tutorial 2024, May
Anonim

Ubuntu is now more and more important to be used by personal users, unfortunately there are still many computer programs that can only be used on Microsoft Windows. However, with a program called Wine, you can now run many Windows programs from the Ubuntu desktop, moreover Wine is completely free and legal.

Step

Part 1 of 2: Wine Installation

Install Wine on Ubuntu Step 1
Install Wine on Ubuntu Step 1

Step 1. Open Software Center

Software Center is Ubuntu's package manager, and the most stable version of Wine for Ubuntu is easiest to install from here. You need an internet connection to install it.

You can also install the latest unstable version from the Wine developers, but this is not recommended for most users as there may still be many issues

Install Wine on Ubuntu Step 2
Install Wine on Ubuntu Step 2

Step 2. Search for "wine" in Software Center

The Wine program should appear first in the list of results.

Install Wine on Ubuntu Step 3
Install Wine on Ubuntu Step 3

Step 3. Click "Install" to start installing the Wine software

Installation may take a few minutes.

Install Wine on Ubuntu Step 4
Install Wine on Ubuntu Step 4

Step 4. Open Terminal once Wine is finished installing

You must configure Wine before you can use it. Do this via Terminal.

You can open Terminal from Applications → Accessories → Terminal, or by pressing Ctrl+Alt+T

Install Wine on Ubuntu Step 5
Install Wine on Ubuntu Step 5

Step 5. Type

winecfg and press Enter . A new directory will be created on the computer that acts as the Windows "C:" drive so that you can run the program.

This directory is named.wine and is hidden in the Home directory

Install Wine on Ubuntu Step 6
Install Wine on Ubuntu Step 6

Step 6. Set your Windows emulation configuration options

Once the "C:" drive is created, a configuration window will open to adjust the mock version settings of Windows. In other tabs you can adjust other settings.

  • " Applications " - You can set the Windows version for each installed application. " Default Settings " is the version of Windows that will load for any application that does not have operating system settings.
  • " Libraries " - You can customize DLLs for Windows clones. Most users can ignore this setting. Changes here are only necessary if some programs are not running properly.
  • " Graphics " - You can adjust options such as screen size, mouse "capture" and resolution. This option is tied to the " Applications " tab so the changes here are application specific.
  • " Drives " - You can map virtual drives for Wine using your own drives and directories. To find your disk drive Path, right-click the icon on the desktop. You can also click " autodetect " so that Wine automatically detects the installed drive.
  • " Desktop Integration " - You can customize the theme and appearance of the clone application.
  • " Audio " - Adjusts the audio settings for Wine. Most users can override this setting so Wine takes the settings from Linux.

Part 2 of 2: Installing and Running Wine Apps

Install Wine on Ubuntu Step 7
Install Wine on Ubuntu Step 7

Step 1. Download the Windows application, or insert the installation CD

You can install Windows applications as if you were using Windows. If you downloaded an installer, place it somewhere on your computer that is easily accessible.

Install Wine on Ubuntu Step 8
Install Wine on Ubuntu Step 8

Step 2. Open Terminal and navigate to the directory containing the installer

If you are installing from a disc, see the next step.

Install Wine on Ubuntu Step 9
Install Wine on Ubuntu Step 9

Step 3. Run the installer by typing

wine programname.extension.

For example, if you downloaded a file called "itunes_installer.exe", type wine itunes_installer.exe and press Enter. This will run the program as if you were using Windows.

If you want to install programs from disk, make sure the disk drive has a drive letter assigned to Wine, then type the following command: wine start 'D:\setup.exe'. Replace "setup.exe" with the actual file name

Install Wine on Ubuntu Step 10
Install Wine on Ubuntu Step 10

Step 4. Follow each prompt to install the program

The installation will proceed just as you would any program in Windows. If prompted for an installation location, select C:\Program Files.

Install Wine on Ubuntu Step 11
Install Wine on Ubuntu Step 11

Step 5. Locate the installed application in the Ubuntu Applications menu or on the desktop

Many Windows applications will create the same shortcut as in Windows, so you can easily start it by double-clicking it.

Install Wine on Ubuntu Step 12
Install Wine on Ubuntu Step 12

Step 6. Run the app via Terminal if you can't find the shortcut

If the installed program doesn't create a shortcut, use Terminal to start it.

  • Navigate to the location of the program's executable file. For example: /home/user/.wine/drive_c/Program Files/Apple.
  • Type in programname.extension wine and press Enter to start the program. For example: wine iTunes.exe
Install Wine on Ubuntu Step 13
Install Wine on Ubuntu Step 13

Step 7. Create a shortcut for the Wine program

If you don't like typing the Wine command into Terminal to start a program, you can create a shortcut for the program on the desktop.

  • Right-click the desktop and select "Create launcher".
  • Choose an icon from the list or add your own.
  • In the " Command " field, type wine locationprogram/program.extension. The program location is where the program executable file is located. For example: wine /home/user/.wine/drive_c/Program Files/itunes.exe.
  • Uncheck the box " Run in terminal ".

Resources and Reference

  1. https://help.ubuntu.com/community/Wine
  2. https://wiki.winehq.org/FAQ

Recommended: