LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wine installation. im running linux mint 21.3 virginia (https://www.linuxquestions.org/questions/linux-newbie-8/wine-installation-im-running-linux-mint-21-3-virginia-4175735524/)

wilmasman 03-31-2024 04:03 AM

wine installation. im running linux mint 21.3 virginia
 
Help i am having no success trying to install wine i may turn to drink!

yancek 03-31-2024 06:57 AM

Quote:

Help i am having no success trying to install wine i may turn to drink!
I'm not familiar with wine, other than the kind which comes in a bottle but you will need to post more details to get any help. Did you download wine form your repositories? What warning/error messages do you get when trying to install it, if any? If you don't get any messages, what exactly happens.

Nishtya 03-31-2024 07:43 AM

Quote:

Originally Posted by wilmasman (Post 6493115)
Help i am having no success trying to install wine i may turn to drink!

I a using mint cinnamon at the moment for a daily driver. I have wine installed and it is working for what I need it to do. You need to give us more information in order to help you. What have you tried and what errors did you get?

DavidMcCann 03-31-2024 08:39 AM

Simply install this program and run it.
Code:

apt install wine-installer
For some good advice, see this Mint forum post.

friendlysalmon8827 04-01-2024 12:30 AM

I just did a quick google search and found the official Debian Wiki page as per the WineHq team..

I think that by installing the Wine binaries directly from the WineHq maintained Debian package repository would be a sane idea as it would help us to better access what is possibly wrong with the Linux Mint/Ubuntu package maintainers variant.

beachboy2 04-01-2024 03:29 AM

wilmasman,

Welcome to LQ forums.

You do not say what programs you wish to run in Wine.

It may be that Steam (or Lutris) can provide the required solution with regard to certain games.

https://www.pcmag.com/how-to/how-to-...games-on-linux

Another alternative is to run Windows within VirtualBox:
https://www.virtualbox.org/wiki/Downloads

business_kid 04-01-2024 04:38 AM

Quote:

Originally Posted by wilmasman (Post 6493115)
Help i am having no success trying to install wine i may turn to drink!

We need to see output when you try to run something. The last 10 or 20 lines, not all the other crap wine is inclined to come out with. Run 'wine /path/to/your/program' in an xterm. And remember to escape everything. Post the last 20 lines.

Don't take wine too seriously; It is always in debug mode. Wine here appears to be having a proper hissy fit, but works perfectly. The usual issue is libraries - a 64bit wine, trying to run 32bit programs.

Also, escape everything. "Program Files (x86)" becomes "Program\ Files\ \(x86\)" if it's a totally windows filename, or "Program\ Files\ \(x86\)/" if it's unix syntax. I always use unix syntax.

vinifera 04-04-2024 06:23 PM

Quote:

Originally Posted by beachboy2 (Post 6493328)
Another alternative is to run Windows within VirtualBox

isn't Qemu always recommended because of GPU passthrough ?

beachboy2 04-05-2024 02:34 AM

vinifera,

I appreciate that Qemu has the GPU passthrough facility, but that does not mean that Qemu is "always recommended".

Like many others I use VirtualBox. I have not used Qemu.

vinifera 04-06-2024 04:14 PM

i mean for gaming only, not for "just using windows"


All times are GMT -5. The time now is 09:16 PM.