Hello Everyone,
Linux Mint 19.1 Cinnamon; version 4.0.10;
I have had linux for over a year now, and I'm finally committing to installing wine. However I am running into the same issues I always have, and I am in way over my head regarding fixing them. Below has been my process so far.
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt install --install-recommends winehq-stable
This last command provides the following output
The following packages have unmet dependencies:
libfaudio0 : Depends: libsdl2-2.0-0 (>= 2.0.8) but it is not going to be installed
libfaudio0:i386 : Depends: libsdl2-2.0-0:i386 (>= 2.0.8) but it is not going to be installed
winehq-stable : Depends: wine-stable (= 5.0.0~bionic)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I started with libsdl2-2.0-0:i386 as both of the other dependencies listed it as a dependency.
sudo apt install --install-recommends libsdl2-2.0-0:i386
The results:
The following packages have unmet dependencies:
libfaudio0 : Depends: libsdl2-2.0-0 (>= 2.0.8) but it is not going to be installed
libsdl2-2.0-0:i386 : Depends: libasound2:i386 (>= 1.0.27)
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
Depends: libsndio6.1:i386 (>= 1.1.0) but it is not going to be installed
Depends: libwayland-client0:i386 (>= 1.9.91) but it is not going to be installed
Depends: libwayland-cursor0:i386 (>= 1.0.2) but it is not going to be installed
Depends: libwayland-egl1-mesa:i386 (>= 10.0.2) or
libwayland-egl1:i386
Depends: libxcursor1:i386 (> 1.1.2) but it is not going to be installed
Depends: libxi6:i386 (>= 2:1.2.99.4) but it is not going to be installed
Depends: libxinerama1:i386 but it is not going to be installed
Depends: libxkbcommon0:i386 (>= 0.5.0) but it is not going to be installed
Depends: libxrandr2:i386 (>= 2:1.2.99.3) but it is not going to be installed
Depends: libxss1:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I went through and ran install on everything in that list, but all of them return
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libfaudio0 : Depends: libsdl2-2.0-0 (>= 2.0.8) but it is not going to be installed
libfaudio0:i386 : Depends: libsdl2-2.0-0:i386 (>= 2.0.8) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
and by the end of it, nothing appears to have changed. After some Googling I ran
sudo dpkg -i libfaudio0_19.07-0~bionic_amd64.deb libfaudio0_19.07-0~bionic_i386.deb
Hoping this would install those dependencies, but the results (below) suggest they need the same dependencies. And now I have two broken packages sitting in my package manager.
(Reading database ... 325416 files and directories currently installed.)
Preparing to unpack libfaudio0_19.07-0~bionic_amd64.deb ...
Unpacking libfaudio0:amd64 (19.07-0~bionic) over (19.07-0~bionic) ...
Preparing to unpack libfaudio0_19.07-0~bionic_i386.deb ...
Unpacking libfaudio0:i386 (19.07-0~bionic) over (19.07-0~bionic) ...
dpkg: dependency problems prevent configuration of libfaudio0:amd64:
libfaudio0:amd64 depends on libsdl2-2.0-0 (>= 2.0.8); however:
Package libsdl2-2.0-0 is not installed.
dpkg: error processing package libfaudio0:amd64 (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libfaudio0:i386:
libfaudio0:i386 depends on libsdl2-2.0-0 (>= 2.0.8).
dpkg: error processing package libfaudio0:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Errors were encountered while processing:
libfaudio0:amd64
libfaudio0:i386
Any help is appreciated.
Linux Mint 19.1 Cinnamon; version 4.0.10;
I have had linux for over a year now, and I'm finally committing to installing wine. However I am running into the same issues I always have, and I am in way over my head regarding fixing them. Below has been my process so far.
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt install --install-recommends winehq-stable
This last command provides the following output
The following packages have unmet dependencies:
libfaudio0 : Depends: libsdl2-2.0-0 (>= 2.0.8) but it is not going to be installed
libfaudio0:i386 : Depends: libsdl2-2.0-0:i386 (>= 2.0.8) but it is not going to be installed
winehq-stable : Depends: wine-stable (= 5.0.0~bionic)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I started with libsdl2-2.0-0:i386 as both of the other dependencies listed it as a dependency.
sudo apt install --install-recommends libsdl2-2.0-0:i386
The results:
The following packages have unmet dependencies:
libfaudio0 : Depends: libsdl2-2.0-0 (>= 2.0.8) but it is not going to be installed
libsdl2-2.0-0:i386 : Depends: libasound2:i386 (>= 1.0.27)
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
Depends: libsndio6.1:i386 (>= 1.1.0) but it is not going to be installed
Depends: libwayland-client0:i386 (>= 1.9.91) but it is not going to be installed
Depends: libwayland-cursor0:i386 (>= 1.0.2) but it is not going to be installed
Depends: libwayland-egl1-mesa:i386 (>= 10.0.2) or
libwayland-egl1:i386
Depends: libxcursor1:i386 (> 1.1.2) but it is not going to be installed
Depends: libxi6:i386 (>= 2:1.2.99.4) but it is not going to be installed
Depends: libxinerama1:i386 but it is not going to be installed
Depends: libxkbcommon0:i386 (>= 0.5.0) but it is not going to be installed
Depends: libxrandr2:i386 (>= 2:1.2.99.3) but it is not going to be installed
Depends: libxss1:i386 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
So I went through and ran install on everything in that list, but all of them return
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libfaudio0 : Depends: libsdl2-2.0-0 (>= 2.0.8) but it is not going to be installed
libfaudio0:i386 : Depends: libsdl2-2.0-0:i386 (>= 2.0.8) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
and by the end of it, nothing appears to have changed. After some Googling I ran
sudo dpkg -i libfaudio0_19.07-0~bionic_amd64.deb libfaudio0_19.07-0~bionic_i386.deb
Hoping this would install those dependencies, but the results (below) suggest they need the same dependencies. And now I have two broken packages sitting in my package manager.
(Reading database ... 325416 files and directories currently installed.)
Preparing to unpack libfaudio0_19.07-0~bionic_amd64.deb ...
Unpacking libfaudio0:amd64 (19.07-0~bionic) over (19.07-0~bionic) ...
Preparing to unpack libfaudio0_19.07-0~bionic_i386.deb ...
Unpacking libfaudio0:i386 (19.07-0~bionic) over (19.07-0~bionic) ...
dpkg: dependency problems prevent configuration of libfaudio0:amd64:
libfaudio0:amd64 depends on libsdl2-2.0-0 (>= 2.0.8); however:
Package libsdl2-2.0-0 is not installed.
dpkg: error processing package libfaudio0:amd64 (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libfaudio0:i386:
libfaudio0:i386 depends on libsdl2-2.0-0 (>= 2.0.8).
dpkg: error processing package libfaudio0:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Errors were encountered while processing:
libfaudio0:amd64
libfaudio0:i386
Any help is appreciated.
