this post was submitted on 25 Jan 2026
31 points (97.0% liked)

Linux

65666 readers
153 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 7 years ago
MODERATORS
 

Do they have to be installed in the default .wine folder and c:? I'd prefer to install big games using wine on another drive if possible as space is linited on my home drive.

Edit: Solved. All good to install anywhere, thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 21 points 4 months ago* (last edited 4 months ago) (1 children)

TLDR: use a prefix manager instead of plain Wine

You can install them anywhere, but if you're using plain Wine, I'd suggest you instead go with something that will manage these locations for you.

Each Wine setup has what is called a "prefix", which in the simplest sense is just a folder that is setup like a Windows C:\ drive, and includes all the shared libraries and bits needed to run the game. When a program run is launched, it is locked into this prefix, so when it goes looking for files as it would on Windows, it's going to find a familiar folder structure, including installed dependencies like MS VC libraries and DirectX stuff.

Now...when you as a user are just using Wine directly, you'd generally be using the SAME prefix to install multiple games, which is hard to manage, and just clunky.

Prefix managers like Proton, Lutris, Bottles and even Heroic will make a new prefix for EACH program, making things like troubleshooting, switching runtimes, or invoking custom configs per program a LOT easier.