this post was submitted on 21 Jan 2025
84 points (100.0% liked)
Linux
5658 readers
129 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Injust made the jump over, I know this is on my pc but I have no idea how to use it
Maybe try some GUIs like Bottles or Lutris. If you want a Windows-like experience in Bottles, you need to disable the sandbox, otherwise, you'll have to place files inside the "bottle"(sanbox dir) I'm not sure about Lutris. If you have pure Wine installed and clicking on a .exe file does nothing, you can use the terminal. Just type 'wine pathtoyour.exe,' and it will run(install) inside the ".wine" directory in your home dir. However, remember that using non-sandboxed Wine means Windows programs have full access to your files (just like on Windows), and Wine can also run Windows viruses.