wine

How to Install and Configure Wine on Ubuntu

The software has been in development for more than 12 years and just reached beta status in the fall of 2005. But Wine has been in widespread use for quite some time, and it’s included in most distributions, including Ubuntu. Install Wine The Wine software included with Ubuntu is frequently at least a step behind [...]

How to Install Internet Explorer on Fedora

Before you start you’ll need to make sure you have wine and cabextract installed: # yum -y install wine cabextract Then just download the latest script, extract and run it. The example below is based on version BETA 2.99.0, just adjust the version number as necessary. Please note that you will want to install and [...]

How to Run Office 2007 in Ubuntu Linux

WINE (Wine Is Not an Emulator) is an application layer for Linux that interprets the Windows API and DLLs into native Linux commands. This allows for programs made for Windows to be run in Linux! In order to run Office 2007, Wine 1.1.9 (or newer) is required. It is currently in a development release. If [...]