sudo apt-get install wine and press ↵ Enter sudo apt-get install wine32 and press ↵ Enter sudo apt-get install libwine and press ↵ Enter Even though the terminal might look intimidating, don’t worry! You’re unlikely to mess anything up, and all you have to do is copy these commands.
cd Desktop/ and press ↵ Enter wine example. exe and press ↵ Enter
Popular virtual machines include: VirtualBox, VMware, and Linux’s built-in KVM (Kernel-based Virtual Machine). [8] X Research source Because of the computing power required to run both Linux and Windows, this approach works great for productivity apps like Microsoft Office, but not great for graphics/computing-intensive programs like video games.
Type chmod +x file-name. run in the command line to change the file permission to “executable. ” Type . /file-name. run to execute the file. If an error pops up, type sudo . /file-name. run. Typing sudo allows you to run the file as an admin. Just be careful, since sudo allows you to make changes to your system. Software installation will often require you to type sudo.