Tools on Linux WINE


Wine (WINE IS NOT AN EMULATOR) is an excellent alternative on LINUX if you want to run some windows program quickly instead of installing virtual machines or double boot.

Here are a list of things you need to unveil after you install WINE.

First, you need to run at the command shell

sudo apt-get install wine

which will install the WINE.

After that, you can run .EXE windows programs, which will invoke the WINE Program Loader. It is said that the performance is roughly the same, there is no/little performance bottleneck because WINE is not a simply emulator for windows.

1. Command Shell

You can launch the command shell (cmd.exe on windows) in WINE using wine cmd or /usr/bin/wineconsole cmd

wine2 Tools on Linux WINE beginner non-technical tools / utilities

2. Mine Game

The classic mine game can be found /usr/bin/winemine

wine1 Tools on Linux WINE beginner non-technical tools / utilities

3. mspaint

The mspaint program, if not installed, run winetricks mspaint

4. Explorer

/usr/bin/winefile

wine3 Tools on Linux WINE beginner non-technical tools / utilities

5. Control Panel

wine control

wine4 Tools on Linux WINE beginner non-technical tools / utilities

6. winecfg

Configure the WINE environment

wine5 Tools on Linux WINE beginner non-technical tools / utilities

7. winetricks

A quick tool to install software for WINE

wine6 Tools on Linux WINE beginner non-technical tools / utilities

–EOF (The Ultimate Computing & Technology Blog) —

GD Star Rating
loading...
392 words
Last Post: Passing Arguments to BASH function
Next Post: Quick Examples on SED

The Permanent URL is: Tools on Linux WINE

Leave a Reply