LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need help installing WIne (https://www.linuxquestions.org/questions/linux-software-2/need-help-installing-wine-4175700791/)

Hvlios 09-18-2021 02:31 AM

Need help installing WIne
 
Im trying to install wine and its giving me an error about dependecies.
This is what its saying in terminal, im watching a tutorial and did what he did but I got an error?
https://i.imgur.com/z8cIxuB.png

business_kid 09-18-2021 05:42 AM

"You have created an impossible situation…" is the error I see.

Where most people fall down is that in Debian etc wine comes in 32 & 64 bit flavours. Wine translates windows 64 bit library calls to Posix ones and 32 bit lib calls to 32bit posix ones. On slackware64, with 64bit libraries in /usr/lib64 and 32bit in /usr/lib, that's ok, and I can install 32bit compatibility libs. But distros using apt are an awful lot messier, because 32+64 bit libs go in /usr/lib.

There is a lib, symlinked to /lib/ld-linux.so which is used by nearly every program on the system. In slackware64, I have /lib64/ld-linux.so(64bit) and /lib/ld-linux.so(32bit). But you can't do that.

Use file to find out
  • Are your windows programs 32bit or 64 bit?
  • Is your wine 32/64 bit?
  • Is your distro 32/64 bit?

You can install a 32bit distro on a 64bit system if you have space, or consult your distro to see if there's a work around.

DavidMcCann 09-18-2021 11:26 AM

The question is, how are you installing Wine and in what distro? If you are using Ubuntu, you should follow these instructions install Wine

Hvlios 09-18-2021 12:03 PM

Quote:

Originally Posted by DavidMcCann (Post 6285212)
The question is, how are you installing Wine and in what distro? If you are using Ubuntu, you should follow these instructions install Wine

Im on Linux Mint. I watched a tutorial and just followed what he did

Hvlios 09-18-2021 12:05 PM

Quote:

Originally Posted by DavidMcCann (Post 6285212)
The question is, how are you installing Wine and in what distro? If you are using Ubuntu, you should follow these instructions install Wine

is that tutorial for 64 bit or what would i change in the command for 64 bit?

Hvlios 09-18-2021 12:15 PM

ill follow that link to install it. thanks :) ill let u know if it worked :D

Hvlios 09-18-2021 12:24 PM

Quote:

Originally Posted by Hvlios (Post 6285225)
ill follow that link to install it. thanks :) ill let u know if it worked :D



warning: Architecture i38 not defined in architecture tables, ignored
??

business_kid 09-18-2021 12:39 PM

i38 is very probably i386, or 32bit. Sorry for your troubles.

Incidentally, the majority of windows software is still 32bit.

boughtonp 09-18-2021 04:36 PM

Quote:

Originally Posted by Hvlios (Post 6285089)
im watching a tutorial and did what he did but I got an error?

Quote:

Originally Posted by Hvlios (Post 6285220)
Im on Linux Mint. I watched a tutorial and just followed what he did

Saying "I watched a tutorial" doesn't tell anyone anything.

You need to identify which tutorial - i.e. post the URL - and say what stage you got to (and if there are optional steps involved, which ones you performed/skipped).

(Also, whenever possible, copy and paste text instead of posting a screenshot of text.)


Hvlios 09-19-2021 12:10 AM

Quote:

Originally Posted by boughtonp (Post 6285266)
Saying "I watched a tutorial" doesn't tell anyone anything.

You need to identify which tutorial - i.e. post the URL - and say what stage you got to (and if there are optional steps involved, which ones you performed/skipped).

(Also, whenever possible, copy and paste text instead of posting a screenshot of text.)


I watched this one so i could do lutris steam and everything else. https://www.youtube.com/watch?v=_CyCQdPhPYU

lovemeslk 09-19-2021 08:40 AM

First sync your system with the repo's
Code:

sudo apt update
sudo apt upgrade

It was pretty much to the point all you had to do was copy the commands.
open a terminal
Code:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine64 wine32

after that run.
Code:

winecfg
Note in your picture the error was caused from not
updating and upgrading your software first.


All times are GMT -5. The time now is 01:17 PM.