F5F Stay Refreshed Software Operating Systems Does anyone have any tips for how to learn to install programs with WINE.

Does anyone have any tips for how to learn to install programs with WINE.

Does anyone have any tips for how to learn to install programs with WINE.

Pages (2): Previous 1 2
W
Waddos
Member
157
04-11-2016, 08:16 AM
#11
Lutris seems well-suited for those interested in installing applications beyond games, especially if you're looking for ready-made setups. It appears to offer configurations tailored for a variety of uses, not just gaming.
W
Waddos
04-11-2016, 08:16 AM #11

Lutris seems well-suited for those interested in installing applications beyond games, especially if you're looking for ready-made setups. It appears to offer configurations tailored for a variety of uses, not just gaming.

P
Pierleo29
Member
133
04-11-2016, 10:09 AM
#12
I've never tried Lutris because it's still relatively new and I'm not really into Windows titles outside of Steam. What you need to grasp initially is about WINE and its setup. The first thing to understand is your WINEPREFIXes. On systems similar to Unix, the idea of a 'prefix' comes from software development. Typically, there are standard directories where libraries, settings, and executables reside (like /usr/lib or /etc). Sometimes you might want files in a specific custom spot instead of default locations, so you replace the usual path with something like <SOME FOLDER>. In short, you're instructing the setup to add your chosen path to every location it needs.

WINE works similarly, managing its own libraries and apps along with your software. By default, WINE uses one standard prefix in your home folder (~/.wine). You can change this using an environment variable—say, by running wine --prefix=~/.wine-just-for-league-of-legends with a file.

WINE offers many settings: how to map drives, whether to use real Windows DLLs or installer versions, if to mimic a virtual desktop or just run windows freely, and which version of Windows to pretend to be.

To simplify, use WINE's tool on an empty prefix to create a fresh one, then keep the GUI open to explore options.

Once done, check the ~/.wine directory. You'll find a folder like dosdevices/ with device names and symbolic links to files. There are also .reg files that act as the virtual Windows registry.

The main idea for using WINE is that each game needs its own compatibility tweaks, so you might need different prefixes. This covers half the job—managing WINE—and the other half is installing custom versions of WINE.

On Steam, every title has its own WINEPREFIX in ~/.steam, named after its ID. With PlayOnLinux, each game goes into a 'Bottle' tied to its prefix. If you use winetricks, set the WINEPREFIX to help it fix unsupported games.

(Note: This explanation clarifies the concepts without repeating the original text.)
P
Pierleo29
04-11-2016, 10:09 AM #12

I've never tried Lutris because it's still relatively new and I'm not really into Windows titles outside of Steam. What you need to grasp initially is about WINE and its setup. The first thing to understand is your WINEPREFIXes. On systems similar to Unix, the idea of a 'prefix' comes from software development. Typically, there are standard directories where libraries, settings, and executables reside (like /usr/lib or /etc). Sometimes you might want files in a specific custom spot instead of default locations, so you replace the usual path with something like <SOME FOLDER>. In short, you're instructing the setup to add your chosen path to every location it needs.

WINE works similarly, managing its own libraries and apps along with your software. By default, WINE uses one standard prefix in your home folder (~/.wine). You can change this using an environment variable—say, by running wine --prefix=~/.wine-just-for-league-of-legends with a file.

WINE offers many settings: how to map drives, whether to use real Windows DLLs or installer versions, if to mimic a virtual desktop or just run windows freely, and which version of Windows to pretend to be.

To simplify, use WINE's tool on an empty prefix to create a fresh one, then keep the GUI open to explore options.

Once done, check the ~/.wine directory. You'll find a folder like dosdevices/ with device names and symbolic links to files. There are also .reg files that act as the virtual Windows registry.

The main idea for using WINE is that each game needs its own compatibility tweaks, so you might need different prefixes. This covers half the job—managing WINE—and the other half is installing custom versions of WINE.

On Steam, every title has its own WINEPREFIX in ~/.steam, named after its ID. With PlayOnLinux, each game goes into a 'Bottle' tied to its prefix. If you use winetricks, set the WINEPREFIX to help it fix unsupported games.

(Note: This explanation clarifies the concepts without repeating the original text.)

L
Lars01373
Junior Member
30
04-13-2016, 05:15 AM
#13
Avoid using wine directly on the terminal for app executables. Instead, place them in the file system and run them with stock wine. This method works well for many pre-installed programs and helps avoid errors caused by missing dependencies. Lutris performs a similar task but with a graphical interface and occasionally alters launch settings.
L
Lars01373
04-13-2016, 05:15 AM #13

Avoid using wine directly on the terminal for app executables. Instead, place them in the file system and run them with stock wine. This method works well for many pre-installed programs and helps avoid errors caused by missing dependencies. Lutris performs a similar task but with a graphical interface and occasionally alters launch settings.

K
Komodo88
Senior Member
749
04-13-2016, 05:47 AM
#14
For experiences beyond gaming, avoid hardware emulation and opt for a straightforward setup. CrossOver offers a convenient option. The Wine AppDB provides details on non-game items but lacks ready-made configurations. Start by searching for native Linux options, as they typically deliver more stable results—often matching or surpassing Windows alternatives. This resource is commonly an excellent entry point. Search for a Windows app you enjoy, then narrow the list to Linux and open-source apps. If no matches appear, consider proprietary solutions, and only then explore WINE-based configurations if needed.
K
Komodo88
04-13-2016, 05:47 AM #14

For experiences beyond gaming, avoid hardware emulation and opt for a straightforward setup. CrossOver offers a convenient option. The Wine AppDB provides details on non-game items but lacks ready-made configurations. Start by searching for native Linux options, as they typically deliver more stable results—often matching or surpassing Windows alternatives. This resource is commonly an excellent entry point. Search for a Windows app you enjoy, then narrow the list to Linux and open-source apps. If no matches appear, consider proprietary solutions, and only then explore WINE-based configurations if needed.

F
Frankette44
Posting Freak
809
04-13-2016, 01:52 PM
#15
I'm confused about what you're talking about. I haven't tried anything from the command line before, so I'm worried I might damage my system.
F
Frankette44
04-13-2016, 01:52 PM #15

I'm confused about what you're talking about. I haven't tried anything from the command line before, so I'm worried I might damage my system.

A
antman2k713
Junior Member
9
04-13-2016, 02:37 PM
#16
Alright, no problem at all! Thanks for letting me know that explanation didn’t click for you. A video summarizing the same concepts might help solidify things. Look at this short breakdown of WINEPREFIXes on YouTube and follow along on your own device. If you have time, watch a longer demo showing winetricks in action—it’s fine if it feels a bit overwhelming. Just absorb what you understand and think of some questions to ask yourself or others. I’ll share some tips that might seem unusual. Try using the CLI and risking your system; it’s manageable. You’re thoughtful and eager to learn, which is great. If you worry about breaking your Linux setup, setting up a VM with the same distribution can be a safe way forward. For commands that seem risky (like those starting with ‘sudo’), take a screenshot in your VM and test them there—you can undo any mistakes easily.
A
antman2k713
04-13-2016, 02:37 PM #16

Alright, no problem at all! Thanks for letting me know that explanation didn’t click for you. A video summarizing the same concepts might help solidify things. Look at this short breakdown of WINEPREFIXes on YouTube and follow along on your own device. If you have time, watch a longer demo showing winetricks in action—it’s fine if it feels a bit overwhelming. Just absorb what you understand and think of some questions to ask yourself or others. I’ll share some tips that might seem unusual. Try using the CLI and risking your system; it’s manageable. You’re thoughtful and eager to learn, which is great. If you worry about breaking your Linux setup, setting up a VM with the same distribution can be a safe way forward. For commands that seem risky (like those starting with ‘sudo’), take a screenshot in your VM and test them there—you can undo any mistakes easily.

S
Sr_BanneD
Member
115
04-13-2016, 03:36 PM
#17
Apologies for the unclear explanation. When referring to wine-related packages, I meant anything needed to operate an application beyond just wine itself. For instance, some installations required winetricks, but I can only give a brief overview since I haven’t faced much difficulty running games with wine. As @LurkAndLoiter noted, using the terminal would be helpful. Most of your concerns stem from a lack of hands-on experience, and they should resolve once you try what you’re interested in. Of course, there’s a small risk of failure, but it shouldn’t ruin your setup or hardware—at worst, you might see an error message (thanks @LurkAndLoiter) that lets you seek help online.

When working with Linux—or tackling anything complex—remember you don’t need to be an expert to get started. Even if you’re not the ultimate Linux authority, you can still benefit from learning. Keep in mind: right now you’re asking on a site not focused on Linux or its specific distros, so finding clear answers here is less likely. However... if issues arise, a well-crafted search should lead you to solutions, or at least help you tackle more advanced problems. You’ll be okay either way, and don’t hesitate to experiment.
S
Sr_BanneD
04-13-2016, 03:36 PM #17

Apologies for the unclear explanation. When referring to wine-related packages, I meant anything needed to operate an application beyond just wine itself. For instance, some installations required winetricks, but I can only give a brief overview since I haven’t faced much difficulty running games with wine. As @LurkAndLoiter noted, using the terminal would be helpful. Most of your concerns stem from a lack of hands-on experience, and they should resolve once you try what you’re interested in. Of course, there’s a small risk of failure, but it shouldn’t ruin your setup or hardware—at worst, you might see an error message (thanks @LurkAndLoiter) that lets you seek help online.

When working with Linux—or tackling anything complex—remember you don’t need to be an expert to get started. Even if you’re not the ultimate Linux authority, you can still benefit from learning. Keep in mind: right now you’re asking on a site not focused on Linux or its specific distros, so finding clear answers here is less likely. However... if issues arise, a well-crafted search should lead you to solutions, or at least help you tackle more advanced problems. You’ll be okay either way, and don’t hesitate to experiment.

Pages (2): Previous 1 2