libfaudio0 19.7-i386 not installing or i386 in general on amd64

Questions about Wine on Linux
Locked
anjanida
Newbie
Newbie
Posts: 3
Joined: Fri Dec 27, 2019 2:51 am

libfaudio0 19.7-i386 not installing or i386 in general on amd64

Post by anjanida »

I would have replied to the libfaudio thread if it had not been locked. [1] First I tried to download both amd64 and i386 packages, but could not install i386 (yes, I added i386 architecture like mentioned in [2])

Then I added the repository, for the conflict mentioned in the first reply at [1] but when sudo apt update I only get

N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://wire-app.wire.com/linux/debian stable InRelease' doesn't support architecture 'i386'

Why does this still be that complicated?

Anything more you want to know about my machine, other then
Ubuntu 18.04.3 64 bit
Thinkpad x230
?

Thank you! Looks like you're a great community!

[1] viewtopic.php?f=8&t=32192
[2] https://wiki.winehq.org/Ubuntu
anjanida
Newbie
Newbie
Posts: 3
Joined: Fri Dec 27, 2019 2:51 am

Re: libfaudio0 19.7-i386 not installing or i386 in general on amd64

Post by anjanida »

Ok, now here's my bad. Obviously I just misread "wire" for "wine". And one has nothing to do with the other.
I then succeeded installing wine-hq after simply diving through the dependencies. And these were:
sudo apt install --install-recommends libpulse0:i386
before
sudo apt install --install-recommends libsdl2-2.0-0:i386
before
sudo apt install --install-recommends libfaudio0:i386
before
sudo apt install --install-recommends wine-devel-i386
before
sudo apt install --install-recommends wine-devel
and finally
sudo apt install --install-recommends winehq-devel
anjanida
Newbie
Newbie
Posts: 3
Joined: Fri Dec 27, 2019 2:51 am

Re: libfaudio0 19.7-i386 not installing or i386 in general on amd64

Post by anjanida »

I would have simply deleted my thread here, yet I can't find how.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: libfaudio0 19.7-i386 not installing or i386 in general on amd64

Post by jkfloris »

N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://wire-app.wire.com/linux/debian stable InRelease' doesn't support architecture 'i386'
This isn't a WineHQ repo

What is the output of?

Code: Select all

grep -R ^deb /etc/apt/sources.list*
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: libfaudio0 19.7-i386 not installing or i386 in general on amd64

Post by Bob Wya »

@anjanida

Please for future reference...

Please can you use the forum Code tags:

Code: Select all

...
for terminal commands and output (especially if you're peppering commands/terminal output fragments throughout a forum post).

Folks are more likely to take you seriously and offer some assistance... 8)

Thanks
Bob
Locked