Wine is an Open Source, command
line and very popular software that allows users to install and run
Microsoft Windows applications and games on Linux. It is easy to install and does not take much time.
add ppa repository in your ubuntu
open terminal and typing the command :
After installation is completed, you can run Microsoft Windows based software in your Linux distribution.
then if you want install any windows application using wine there two way to install it
1. by left click like openwith
2. using terminal command, open terminal you can login as root or user and input this:
What if there is an application in a folder then it was into the folder by using the cd command
add ppa repository in your ubuntu
open terminal and typing the command :
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
# runing by typing
$ wine application.exe ( the word application.exe you can change it )

then if you want install any windows application using wine there two way to install it
1. by left click like openwith
2. using terminal command, open terminal you can login as root or user and input this:
What if there is an application in a folder then it was into the folder by using the cd command
$ cd desktop
#desktop/~$ ls
apps.exe
#ls to see a list of files for ex just the apps.exe in desktop, now run
#desktop/~$wine apps.exe
#congrats you can install it like in windows next-next
COMMENTS