![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
WineHQ Forums - Index page
6 days ago · Last visit was: Sun Feb 02, 2025 7:06 pm. It is currently Sun Feb 02, 2025 7:06 pm
How to make Wine run its applications as a user profile, not an ...
And that's the problem under Wine, it reports being user Administrator, not only a privileged user, probably as an easy way to bypass TrustedInstaller's needs for admin privileges, as you mentioned. – Bruno Finger
bad CPU type in executable: wine @ macOS Catalina
Jan 1, 2020 · My wine met some problems while executing Windows executable file: $ wine GECacheBldr.exe zsh: bad CPU type in executable: wine How to fix this?
Installing .NET 4.0 Framework on Wine using Winetricks
Sep 18, 2012 · Try this: $ sudo apt-get install winetricks $ winetricks dotnet40 To install using gui, you can try winetricks --gui, than choose install app, than cancel and in new window, choose install windows part or library.
How to add more storage space for Wine on Linux? - Super User
Dec 17, 2023 · By default, Wine will create a prefix in your /home directory and can use any/all space within that partition. That said, if you have a separate partition or drive that you wish to use for Wine, you can use an environment variable to have Wine create a prefix in the correct place.
Where is my user's home folder in Ubuntu? - Super User
It's also worth noting that on Linux, files/folders that start with a '.' are considered hidden, and so the .wine folder won't appear in the file manager's listing unless you show hidden files. You can do this by pressing Ctrl+H, or from the View menu > Show Hidden Files.
linux - How to remove all packages with DNF on which no
Jul 21, 2015 · This does not work. I installed wine which has numerous dependencies totally over 800M of disk space, but if I do dnf remove wine and then package-cleanup --leaves --orphans, it doesn't detect any of those dependencies as being candidates for cleanup. –
Where does Wine put downloaded files? - Super User
Apr 7, 2014 · Have a look in .wine/drive_c in your home directory, which is visible to applications running under Wine. And if you can, try to figure out exactly where the Windows program is saving things, relative to wine's virtualized filesystem. c:/ is in ~/.wine/drive_c, while z:/ is an alias for / on your Linux filesystem.
How can I resolve the error "cannot execute binary file"?
Jun 13, 2012 · PATH is an environment variable which contains a list of folders which the shell searches for programs.ls for example, usually refers to /bin/ls, and your shell finds it by going through the folders listed in PATH one-by-one until it finds it, or …
How to make apt-get working in Oracle Linux? - Super User
Aug 11, 2015 · to install wine you should use the folowing command: How to install wine using Yellowdog Updater Modified: yum install wine How to install wine using dnf. dnf install wine Documentation about how to install packages in Oracle Linux. NOTE about dnf: i've only tested in Fedora 22, i heard dnf still experimental and is not crossing another ...