Open Exe Files in Ubuntu

Ubuntu uses the ext4 file-system. Executable files [.exe files] cannot be opened in Ubuntu with the default provided software. However, it is possible by using a utility called Wine. The installation process is detailed below.

Steps

  1. This part is for Ubuntu 10.04 and later versions:
    • First, go to Applications >> Ubuntu Software Center.
    • In the search bar on the top-right corner enter the search term 'wine'.
    • You will get a list.
    • Click on the first link and install it .
    • It will automatically create a 'virtual' C:\ drive in Ubuntu .
    • You can open some exe files and install some in the virtual C:\ drive .
  2. This part is for other versions:
    • Go to System->Administration->Software Sources.
    • Then select the Other Software tab and click Add.
    • Then, type the following line into the box that appears
    • ppa:ubuntu-wine/ppa
  3. You can also type the following in terminal:
    • sudo add-apt-repository ppa:ubuntu-wine/ppa

Tips

  • Try some Windows games.
  • Beta versions are not recommended for the average user.
  • If you're using Ubuntu 10.04 or a later version, use the first method - it is easier for most users.
  • Some applications may not work.

Related Articles