Libfaudio installation question

Questions about Wine on Linux
Locked
Starkman
Level 1
Level 1
Posts: 9
Joined: Sat Apr 06, 2019 11:21 pm

Libfaudio installation question

Post by Starkman »

Greetings,

I'm downloading Ubuntu 18.04 Linux Mint 19.x, and I'm not quite sure if that is 4.0 or 4.5.
If it is 4.5, then I guess I need the libfaudio0 as a dependency; however, based on The quickest and easiest way to satisfy the new dependency is to download and install both the i386 and amd64 libfaudio0 packages before attempting to upgrade or install winehq-devel, I don't know how to install the i386 or the amd64 files (though I know where they are.

Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Libfaudio installation question

Post by dimesio »

Download the two files, cd to the directory where you downloaded them, and run

Code: Select all

sudo apt install ./libfaudio0_19.04-0~bionic_i386.deb
sudo apt install ./libfaudio0_19.04-0~bionic_amd64.deb
Locked