this post was submitted on 26 May 2024
36 points (97.4% liked)

Linux

46819 readers
1395 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 3 months ago* (last edited 3 months ago) (1 children)

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.

[–] [email protected] 13 points 3 months ago (1 children)

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.

[–] [email protected] 9 points 3 months ago (1 children)

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!

[–] [email protected] 2 points 2 months ago (1 children)

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

[–] [email protected] 2 points 2 months ago

Pro-tip: Always look for (alt) software found on Linux before you gamble with Wine. https://alternativeto.net/ provides an excellent resource on that.