Results 1 to 6 of 6

Thread: execute downloaded files (including WINE)

  1. #1
    Join Date
    Apr 2013
    Beans
    2

    execute downloaded files (including WINE)

    Someone in the forum recommended using WINE for slower computers in order to execute downloaded files. However, if I am not mistaken, WINE is an executable file that must be downloaded. How does one execute WINE in linux/ubuntu?
    Thanks very much.

  2. #2
    Join Date
    Jul 2007
    Location
    Cheyenne, WY, USA
    Beans
    Hidden!
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: execute downloaded files (including WINE)

    Quote Originally Posted by peterbmetcalf View Post
    Someone in the forum recommended using WINE for slower computers in order to execute downloaded files.
    Non sequitur? Wine is software used to run some Windows programs under Linux; it has nothing to do with "slower" computers.

    Quote Originally Posted by peterbmetcalf View Post
    However, if I am not mistaken, WINE is an executable file that must be downloaded. How does one execute WINE in linux/ubuntu?
    Thanks very much.
    You don't run Wine by itself, you use it invoke a Windows program, for example
    Code:
    wine ~/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe
    Can you give some more details e.g. Ubuntu version, and which programs you're trying to run?
    Last edited by oldos2er; 3 Weeks Ago at 10:23 PM.
    --Ann

    Forum Do's and Dont's
    "I want to tell you the story of how you can take back control of your computer"
    Temporary work-around to mark your thread SOLVED
    _______________________________________________
    "I like coffee exceedingly...." --H.P.Lovecraft

  3. #3
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    4,622
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: execute downloaded files (including WINE)

    That's ugly. This is better:
    Code:
    wine ~"/.wine/drive_c/Program Files/Internet Explorer/iexplore.exe"
    Oh go on, throw it.
    My favourite band, Virgin Soldiers: http://www.virginsoldiers.com/ http://youtu.be/T2D6hs4qWFE

  4. #4
    Join Date
    Oct 2012
    Beans
    646

    Re: execute downloaded files (including WINE)

    Quote Originally Posted by The Cog View Post
    That's ugly. This is better:
    Code:
    wine ~"/.wine/drive_c/Program Files/Internet Explorer/iexplore.exe"
    Why? This is still ugly. If you have an .exe file you just click it. It will run if WINE is installed.

  5. #5
    Join Date
    Nov 2008
    Location
    Whakatane, NZ
    Beans
    Hidden!
    Distro
    Ubuntu Studio 13.04 Raring Ringtail

    Re: execute downloaded files (including WINE)

    Quote Originally Posted by monkeybrain2012 View Post
    ...It will run if WINE is installed.
    Not necessarily.

    It runs some seamlessly, some with minor issues, some with major issues (eg: iTunes), and some not at all.

    If your windows program is fairly common, you can check it's workability under Wine here: http://appdb.winehq.org/

    As always, check the software centre, as there is often a native Linux program which might be an acceptable alternative, or maybe even the same thing as Windows, eg: VLC, Firefox, Opera, Google Chrome, etc... Using Windows programs should always be a last resort under Linux.
    Windows free since '09 - never looked back!

  6. #6
    Join Date
    Oct 2012
    Beans
    646

    Re: execute downloaded files (including WINE)

    Quote Originally Posted by Baldrick_NZ View Post
    Not necessarily.

    It runs some seamlessly, some with minor issues, some with major issues (eg: iTunes), and some not at all.

    If your windows program is fairly common, you can check it's workability under Wine here: http://appdb.winehq.org/

    As always, check the software centre, as there is often a native Linux program which might be an acceptable alternative, or maybe even the same thing as Windows, eg: VLC, Firefox, Opera, Google Chrome, etc... Using Windows programs should always be a last resort under Linux.
    I know that. What I meant was that if the .exe file runs under WINE, it will run by simply clicking it without having to use the command line. I think the context should have made it clear.

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
  •