Skip to main content

The Open Source Advocate: Five ways to use Windows apps in Linux

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 20 people (-8 private), first by anonymouse user on 2007-02-07


Public Sticky notes

1. Use an open source alternative instead

Highlighted by marcel

The best place I have found to search for these applications is at www.osalt.com.

Highlighted by marcel

2. Buy a commercial product that was designed for Linux

Highlighted by marcel

3. Use Wine to run the application in Linux

Highlighted by marcel

If you cannot find a suitable open source alternative and you have already purchased a Windows application, then you might be able to run the application in Linux using Wine.

Highlighted by marcel

4. Run Windows in a Virtual Machine

Highlighted by marcel

you can install the open source VirtualBox application

Highlighted by marcel

Once that is installed, you can install Windows and Windows applications inside a virtual machine. Now you can use that virtual machine to have instant access to any of your Windows applications.

Highlighted by marcel

5. Run the application on a remote Windows system

Highlighted by marcel

The final way that you can run Windows applications is to run the application on a remote Windows system and control it from your local system. This is often called "Terminal Services", which runs on a Windows server.

This method can be as simple as connecting to a Windows XP Pro workstation using rdesktop. However, you may have many Linux workstations that need to run Windows applications using this method. In that case, there are software options available that provide more scalability and features. The biggest name in this market is Citrix, but there are also others such as Propalms.

Highlighted by marcel

Before virtualization was widely available, people would dual-boot their machine if they wanted access to both Windows and Linux. Whenever they needed to do something in the other operating system, they would have to close all their applications and reboot into the other operating system.

Highlighted by eebs169