Looking up guides on how to install wine can vary. Some say, “sudo apt install wine” and others have you install the 32 and 64bit versions. My machine is 64 bit, but some guides tell you to enable 32bit.

Do I need to install both 64 and 32bit versions? Or is just using “install wine” sufficient?

  • yala@discuss.online
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    4 months ago

    Based on your history, I’ll assume you’re on Linux Mint; note that this is crucial information that influences the required instructions. Therefore, consider mentioning the distro you’re using next time 😉.

    From Linux Mint’s release notes, we find the following:

    apt install wine-installer

    In case this doesn’t do it, add sudo and it should work. So, instead we get:

    sudo apt install wine-installer.

    Tip: consider sticking to documentation and resources provided by the maintainers of your distro.

    On a final note, I don’t know exactly what your intentions are, but software like Bottles, Conty and/or Lutris are worth mentioning here as they’re ‘wrappers etc’ for Wine.

    • WeebLife@lemmy.worldOP
      link
      fedilink
      arrow-up
      13
      ·
      4 months ago

      I’ve been bouncing between live versions of ubuntu and mint. I’m still learning, so thank you for educating a linux ignoramus like myself.

      • yala@discuss.online
        link
        fedilink
        arrow-up
        9
        ·
        4 months ago

        I’ve been bouncing between live versions of ubuntu and mint

        Ah okay, is this problem on Ubuntu or on Mint (or are you going to tackle it on both 😜)?

        I’m still learning, so thank you for educating a linux ignoramus like myself.

        It has been my pleasure fam!

        • WeebLife@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          I actually don’t think I need to use wine anymore. I was trying to use it to get some music vsts, but I think I can do that through different means. But now I realize that it didn’t work in mint because I installed the wrong one from the software store

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    Use bottles as a flatpak. It gives you a nice GUI and makes management so much easier. It also have the benefit of being partially sandboxed.

  • ccf@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    sudo apt install wine should be fine for most applications, if any program needed something else it’d tell you. If you’re using wine for gaming, though, you would want to use something like Lutris as it uses a version of wine specifically for games

      • imecth@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        You really want to deal with wine through another layer like lutris if you’re new to wine. Lutris doesn’t just bring a different wine version, it brings environment variables, dxvk… Wine alone does not work well, it needs to be setup.

  • wanghis_khan@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    I really hate working with wine. But for gaming, Lutris is great. Easy to run games from any store (Steam, Epic, GOG, etc).