Wine is a software designed to run Microsoft Windows applications on a Linux system..
Wine stands for Wine is not emulator but you can simply believe it to be a Windows Emulator.
Wine creates a compatibility layer that enables implementation of Windows and it’s dynamic link library (.dll) files. Rather than going into much more details of it we will now install Wine on our system and then we’ll install a compatible software that may be used with WINE.
Just go to “Add/Remove Applications” under Applications menu and then search for “Wine” (Refer the screenshot below)
Check The “Wine Microsoft Windows Compatibility Layer” and then click “Apply Changes” to install.
Or enter
sudo apt-get install wine in terminal.
