Questions tagged [wine]

Wine is a software compatibility layer that allows Windows programs to be run on Linux, BSD, Solaris and Mac OS X.

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, including Ubuntu. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.WineHQ

The Wine project keeps a database of which programs run well under Wine, called the Wine Application Database (AppDB), rating an application's stability from Platinum (extremely stable) to Garbage (unusable).

In addition to allowing the user to install and run Windows applications just like you would in Windows, Wine provides these benefits over Windows.

  • Wine makes it possible to access Windows applications remotely.
  • Wine makes it economical to use thin clients: simply install Wine on a Linux server, and you can access these Windows applications from any X terminal.
  • Wine can also be used to make existing Windows applications available on the web by using VNC and its Java/HTML5 client.

Wine provides its own versions of various Window system DLLs. Wine also has the ability to load native Windows DLLs. Attempting to call into the Windows kernel directly is unsupported.

Wine cannot use any hardware directly, including USB devices. Wine will only present the devices that are working in the Linux system. It can only use high-level interfaces to access things like keyboards, mice, networking, audio devices, printers and files on a storage device for their primary purpose. You won't be able to use special or proprietary functions of your USB mouse/keyboard/printer/dongle/etc.

Links:

3941 questions
210
votes
4 answers

Uninstall a program installed with Wine

I am using Ubuntu 11.10. By using wine software i installed some software like nimbuzz and ibibo messenger. Both the programs are not working and showing the bug as We're sorry, but an unknown error has caused ibibo Messenger to close. So I wanna…
Teja
  • 2,325
206
votes
3 answers

How to install and configure Wine?

I am looking for a step by step instruction to guide me in the ways of installing, configuring and debugging many of the issues new users have when dealing with Wine in Ubuntu. What is the recommended way of installing Wine, some of the key issues…
Luis Alvarado
  • 216,643
172
votes
7 answers

How do I create a 32-bit WINE prefix?

How do I create a 32-bit Wine prefix on Ubuntu 12.04 64-bit?
Levan
  • 11,118
111
votes
18 answers

How can I install Windows software or games?

Can .exe and .msi files (Windows software) be installed in Ubuntu?
akshatj
  • 13,386
111
votes
17 answers

Microsoft OneNote alternative?

Is there any program for Linux that has about the same functionality and usability as Microsoft OneNote? At the moment I am checking out Basket (for KDE), that seems to point to the right direction, but still lacks much of the functionality of…
YSN
  • 2,359
107
votes
11 answers

How to remove wine completely

How can I remove the wine folder and all the applications in that folder? I've tried via synaptic but it keeps showing up in the application menu.
peter
95
votes
1 answer

Is it possible to run a Windows .msi installer?

Is it possible to install a Windows program from an MSI installer so that the installed program can be run with the Wine program loader?
86
votes
8 answers

How to force Wine into acting like 32-bit Windows on 64-bit Ubuntu?

When installing Wine on 64-bit Ubuntu 12.04, both 64-bit support and 32-bit support get installed. If I run wine foo.exe where foo.exe is a 64-bit-aware installer, it thinks it's on 64-bit Windows. This would be fine if this mode didn't fail, but in…
hsivonen
  • 2,667
70
votes
6 answers

Mono Package for Wine is not installed

Wine is saying that Mono package is not installed, but I installed it with Terminal by: sudo apt-get install mono-complete What should I do?
Steve
  • 1,103
70
votes
2 answers

Wine missing ntlm_auth 3.0.25

I'm attempting to run a setup.exe file in wine which operates fine until I reach this error: err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the…
mtrojak2
  • 821
  • 1
  • 6
  • 4
69
votes
7 answers

Improve GUI appearance of Wine applications

In many cases Windows programs run ok in Wine, but there is still the annoying problem of their appearance. How to make things look better in Wine, especially fonts?
user47206
65
votes
4 answers

What is the "Wanna Cry" ransomware's possible impact on Linux users?

It's just come to light that there's a $300 ransom you have to pay because ransomware targeting Microsoft Windows has encrypted your data. What steps do Linux users need to protect from this if for example they are using wine? This ransomware is…
64
votes
3 answers

Where does Wine install apps in filesystem?

In Windows, applications are installed into Program Files folder by default. I have recently installed MS Office using Wine. Where are apps installed with Wine? Can I decide in which folder should they be installed?
Himjyoti Malakar
  • 731
  • 2
  • 7
  • 5
62
votes
4 answers

Wine can't find gnome-keyring-pkcs11.so

I am trying to start a program using wine on Ubuntu LTS 12.04 64 bit When I do this, I get the following error message... /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux->gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open…
Jackie
  • 605
55
votes
4 answers

nvidia-libopencl1-331 has to be removed before installing WINE

I just installed Ubuntu 14.04 64-bit and enabled the nvidia drivers. Now I am trying to install WINE but I get the message: nvidia-libopencl1-331 has to be removed before installing WINE (translated from Dutch). Is this a bug? Or should I proceed…
Sverro2
  • 695
1
2 3
99 100