Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Wine for Linux  (Read 6266 times)

0 Members and 1 Guest are viewing this topic.

Seany

  • Guest
Wine for Linux
« on: November 06, 2009, 02:20:14 AM »
I currently have Linux with a dual boot with Windows Vista.

I am trying to use programs via the WINE program on Linux so I can use Windows programs within Linux.

I have no idea how to set the WINE program up so I can use windows programs with it. Ive looked all over the Internet trying to find a help guide but have no look. Am help in using the WINE program would be greatly appreciated.

Thanks in advance
Sean

gh0std0g74



    Apprentice

    Thanked: 37
    Re: Wine for Linux
    « Reply #1 on: November 06, 2009, 04:24:57 AM »
    why don't you try the official WINE site?

    Quantos



      Guru
    • Veni, Vidi, Vici
    • Thanked: 170
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Guru
    • OS: Linux variant
    Re: Wine for Linux
    « Reply #2 on: November 06, 2009, 12:58:09 PM »
    I would suggest trying either WineHQ or this site for FAQ's and how-to's.
    Evil is an exact science.

    moksha



      Greenhorn

      Re: Wine for Linux
      « Reply #3 on: December 20, 2009, 08:00:54 PM »
      Which distro are you using? Why dont you try the command line
      $ wine

      I have not used it for a long time but, if it is installed already just download your winprogram.exe file and save it to desktop then open it if prompted for what with select wine and it will walk you through the process

      Zylstra

      • Moderator


      • Hacker

      • The Techinator!
      • Thanked: 45
        • Yes
        • Technology News and Information
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 7
      Re: Wine for Linux
      « Reply #4 on: December 20, 2009, 10:21:11 PM »
      WINE (Wine is Not an Emulator -- that's what it stands for) is not an emulator (if you didn't gather from my acronym definition).

      It's an important point to make. Most people expect out of WINE what they would expect out of an emulator.

      I am going to assume that you are using a common Linux distribution, such as Ubuntu or Debian.

      Open your Package Manager ("Add/Remove Software", in some systems) and search for "Wine"
      Double-click Wine, and the "Install" button.

      When you want to run a .exe program, right click the program and "Open with WINE"

      I also advise looking into PlayOnLinux for use with Microsoft Office and other games.

      Best,
      Jesse Zylstra

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Wine for Linux
      « Reply #5 on: December 21, 2009, 03:20:39 AM »
      WINE is a compatibility layer. the problem is that all compatibility layers, by definition, are emulating features that otherwise are not present. So the acronym really isn't true at all, kind of like LAME (LAME Ain't an MP3 Encoder, yet that's exactly what it does).

      Linux doesn't use the Win32 API. WINE emulates it for windows programs. It's not a low-level emulator, like, say, SNES or NES emulators, that have to emulate an entirely different CPU architecture, but a higher level one- it emulates the functions of the windows API.

      It's kind of like the old unicode layer dll, UNICOWS.DLL; you packed it up with your app so that you could still call the Unicode version of API functions through the layer; if you were running on NT, the layer called the native routine. Otherwise it emulated it. the program really didn't need to know which of these occured; all it did was call the function. wether the feature was emulated or "real" was inconsequential.
      I was trying to dereference Null Pointers before it was cool.

      Salmon Trout

      • Guest
      Re: Wine for Linux
      « Reply #6 on: December 21, 2009, 12:59:40 PM »
      So the acronym really isn't true at all, kind of like LAME (LAME Ain't an MP3 Encoder, yet that's exactly what it does).

      It's one of the well known "recursive acronyms" beloved of 'Nix folks, like Linux — Linux Is Not UniX, GNU — GNU's Not Unix, etc

       


      2x3i5x



        Expert
      • Thanked: 134
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 10
      Re: Wine for Linux
      « Reply #7 on: December 21, 2009, 01:57:40 PM »
      would Crossover make things easier than if you're just going from WINE straight on?

      moksha



        Greenhorn

        Re: Wine for Linux
        « Reply #8 on: December 21, 2009, 04:05:08 PM »
        One thing that has not been asked is which windows programs do you want to run on Linux because there is generally an equivalent or better linux program.

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: Wine for Linux
        « Reply #9 on: December 21, 2009, 05:41:39 PM »
        One thing that has not been asked is which windows programs do you want to run on Linux because there is generally an equivalent or better linux program.

        good point.
        I was trying to dereference Null Pointers before it was cool.

        2x3i5x



          Expert
        • Thanked: 134
        • Computer: Specs
        • Experience: Familiar
        • OS: Windows 10
        Re: Wine for Linux
        « Reply #10 on: January 05, 2010, 11:05:22 PM »
        I read somewhere where they said Linux has the capabilities of M$ Windows NT + $5000 worth of software on it. You believe that?

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: Wine for Linux
        « Reply #11 on: January 05, 2010, 11:45:44 PM »
        I read somewhere where they said Linux has the capabilities of M$ Windows NT + $5000 worth of software on it. You believe that?

        not really. while most commercial windows programs have freeware equivalents on Linux, there are also freeware equivalents of them for windows, so the comparison is a bit biassed in that regard. (the 5000$ software for windows could easily have freeware equivalents that are also for windows)
        I was trying to dereference Null Pointers before it was cool.