Results 1 to 4 of 4

Thread: Installing .exe files in terminal (Ubuntu 8.04)

  1. #1
    Join Date
    Apr 2007
    Location
    Scotland
    Beans
    146
    Distro
    Ubuntu 12.04 Precise Pangolin

    Installing .exe files in terminal (Ubuntu 8.04)

    I've downloaded a .exe file onto my desktop ... how do I install the program using Terminal?

    Gael.

  2. #2
    Join Date
    Jul 2008
    Beans
    105
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing .exe files in terminal (Ubuntu 8.04)

    You need to install wine first. Then type
    Code:
    wine installer.exe
    Trying to help ... I hope it works ...
    Click here for my linux site
    Click here for some flash games

  3. #3
    Join Date
    Jul 2011
    Beans
    3

    Re: Installing .exe files in terminal (Ubuntu 8.04)

    xxx@xxxlaptop:~$ wine installer.exe
    err:winedevice:Servicemain driver L"FileDisk" failed to load. wine: Could not load L"C:\\windows\\system32\\installer.exe":module not found.

    ??

  4. #4
    Join Date
    Feb 2008
    Location
    High Wycombe, UK
    Beans
    357
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Installing .exe files in terminal (Ubuntu 8.04)

    Quote Originally Posted by olgasmi View Post
    xxx@xxxlaptop:~$ wine installer.exe
    err:winedevice:Servicemain driver L"FileDisk" failed to load. wine: Could not load L"C:\\windows\\system32\\installer.exe":module not found.

    ??
    sudo apt-get install wine

    wine installer.exe

    where installer.exe is the name of the program you are trying to install.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •