Top "Wine" questions

Wine is a software emulator used to run Windows software on UNIX-like operating systems.

Installing Navicat on Ubuntu 14.04 LTS

is there a way to install Navicat on Ubuntu 14.04 without using wine? just straight up from deb or apt-get install.. …

linux ubuntu installation wine navicat
How to fix "Prefix creation exited with error" in Wine at mac?

When I install a .exe application in WineBottler,it shows an error "Prefix creation exited with error" There is the …

macos wine
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages

I have tried to install wine on elementary os 0.21 yesterday. While doing so i stumbled upon this output: Reading package …

ubuntu dependencies package wine
How to increment version number in a shell script?

The following simple version control script is meant to find the last version number of a given file, increment it, …

bash wine
Changing the Locale in WINE

I'm using wine emulator on linux (SliTaz 4.0) and i want to change the wine locale so that the dialogs and …

linux locale wine
How to write programs in C# .NET, to run them on Linux/Wine/Mono?

In this particular case I need to run .complicated NET application for Linux. By complicated i mean - that project …

c# .net linux mono wine
How to run .exe executable file from linux command line?

I have one abc.exe executable file in windows. I am able to execute this application using DOS command promt …

linux command-line exe wine
Execute Shell Commands from Program running in WINE

I have a windows program running on Linux using WINE. How can I call Linux shell commands from the windows …

linux shell wine
Can I run original MS.Net Framework 4 on Linux someway (with Wine perhaps)?

I once heard of a guy managed to install original Microsoft .Net Framework on Linux and successfully run Mono-incompatible .Net …

.net linux mono wine
Performance of subprocess.check_output vs subprocess.call

I've been using subprocess.check_output() for some time to capture output from subprocesses, but ran into some performance problems …

python linux subprocess wine