Unmet Dependencies UBUNTU

Questions about Wine on Linux
Locked
maxdee1
Level 1
Level 1
Posts: 6
Joined: Wed Aug 14, 2019 2:12 am

Unmet Dependencies UBUNTU

Post by maxdee1 »

This is the output i get when trying to install wineHQ staging:

https://imgur.com/xfYxoVh.png

I tried to install libfaudio and this is what i get:

https://imgur.com/54psvLU.png

Please help, i really need to use wine!
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unmet Dependencies UBUNTU

Post by dimesio »

In the future, do not post terminal output as images; copy and paste the text directly into your post and use code tags around it.

From what I can tell from what you posted, you are unable to install libfaudio because it requires a newer version of SDL2 than Ubuntu provides in its repository. The OBS FAudio packages are built against the standard Ubuntu libraries and do not require newer versions of dependencies than the distro provides. That means you must be trying to install an FAudio package from some outside PPA. That's not supported here; if you want help here, use the OBS packages.
maxdee1
Level 1
Level 1
Posts: 6
Joined: Wed Aug 14, 2019 2:12 am

Re: Unmet Dependencies UBUNTU

Post by maxdee1 »

dimesio wrote:In the future, do not post terminal output as images; copy and paste the text directly into your post and use code tags around it.

From what I can tell from what you posted, you are unable to install libfaudio because it requires a newer version of SDL2 than Ubuntu provides in its repository. The OBS FAudio packages are built against the standard Ubuntu libraries and do not require newer versions of dependencies than the distro provides. That means you must be trying to install an FAudio package from some outside PPA. That's not supported here; if you want help here, use the OBS packages.
I downloaded and installed the OBS packages from here. It was recommended in someone else's post.
maxdee1
Level 1
Level 1
Posts: 6
Joined: Wed Aug 14, 2019 2:12 am

Re: Unmet Dependencies UBUNTU

Post by maxdee1 »

^^^
Still not fixed though.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unmet Dependencies UBUNTU

Post by dimesio »

What version of Ubuntu are you actually on? Your console output shows bionic repositories, but it also shows you trying to install the winehq-staging disco package. You can't do that; clean up your /etc/apt/sources.list to remove all repositories/PPAs that are not for whatever version of Ubuntu you're actually using.
maxdee1
Level 1
Level 1
Posts: 6
Joined: Wed Aug 14, 2019 2:12 am

Re: Unmet Dependencies UBUNTU

Post by maxdee1 »

dimesio wrote:What version of Ubuntu are you actually on? Your console output shows bionic repositories, but it also shows you trying to install the winehq-staging disco package. You can't do that; clean up your /etc/apt/sources.list to remove all repositories/PPAs that are not for whatever version of Ubuntu you're actually using.
I am a bit of a noob when it comes to linux. I downloaded the latest ubuntu and here is a list of my repos. Any advice on what to delete would be appreciated. I dont want to break my system.

Code: Select all

/etc/apt/sources.list:# deb cdrom:[Ubuntu 18.04.2 LTS _Bionic Beaver_ - Release amd64 (20190210)]/ bionic main restricted
/etc/apt/sources.list:
/etc/apt/sources.list:# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
/etc/apt/sources.list:# newer versions of the distribution.
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
/etc/apt/sources.list:
/etc/apt/sources.list:## Major bug fix updates produced after the final release of the
/etc/apt/sources.list:## distribution.
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
/etc/apt/sources.list:
/etc/apt/sources.list:## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
/etc/apt/sources.list:## team. Also, please note that software in universe WILL NOT receive any
/etc/apt/sources.list:## review or updates from the Ubuntu security team.
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
/etc/apt/sources.list:
/etc/apt/sources.list:## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
/etc/apt/sources.list:## team, and may not be under a free licence. Please satisfy yourself as to 
/etc/apt/sources.list:## your rights to use the software. Also, please note that software in 
/etc/apt/sources.list:## multiverse WILL NOT receive any review or updates from the Ubuntu
/etc/apt/sources.list:## security team.
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
/etc/apt/sources.list:
/etc/apt/sources.list:## N.B. software from this repository may not have been tested as
/etc/apt/sources.list:## extensively as that contained in the main release, although it includes
/etc/apt/sources.list:## newer versions of some applications which may provide useful features.
/etc/apt/sources.list:## Also, please note that software in backports WILL NOT receive any review
/etc/apt/sources.list:## or updates from the Ubuntu security team.
/etc/apt/sources.list:deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
/etc/apt/sources.list:# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
/etc/apt/sources.list:
/etc/apt/sources.list:## Uncomment the following two lines to add software from Canonical's
/etc/apt/sources.list:## 'partner' repository.
/etc/apt/sources.list:## This software is not part of Ubuntu, but is offered by Canonical and the
/etc/apt/sources.list:## respective vendors as a service to Ubuntu users.
/etc/apt/sources.list:# deb http://archive.canonical.com/ubuntu bionic partner
/etc/apt/sources.list:# deb-src http://archive.canonical.com/ubuntu bionic partner
/etc/apt/sources.list:
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu bionic-security main restricted
/etc/apt/sources.list:# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu bionic-security universe
/etc/apt/sources.list:# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu bionic-security multiverse
/etc/apt/sources.list:# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
/etc/apt/sources.list:deb https://dl.winehq.org/wine-builds/ubuntu/ disco main
/etc/apt/sources.list:# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
/etc/apt/sources.list:# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
/etc/apt/sources.list:# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
/etc/apt/sources.list:# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
/etc/apt/sources.list:deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_19.04 ./
/etc/apt/sources.list:# deb-src https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_19.04 ./
/etc/apt/sources.list:# deb-src https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_19.04 ./
/etc/apt/sources.list:# deb-src https://dl.winehq.org/wine-builds/ubuntu/ disco main
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list:deb http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu bionic main
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list:# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu bionic main
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list.save:deb http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu bionic main
/etc/apt/sources.list.d/kdenlive-ubuntu-kdenlive-stable-bionic.list.save:# deb-src http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu bionic main
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-bionic.list:deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-bionic.list:# deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-bionic.list.save:deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-bionic.list.save:# deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
/etc/apt/sources.list.d/paulo-miguel-dias-ubuntu-pkppa-bionic.list:deb http://ppa.launchpad.net/paulo-miguel-dias/pkppa/ubuntu bionic main
/etc/apt/sources.list.d/paulo-miguel-dias-ubuntu-pkppa-bionic.list:# deb-src http://ppa.launchpad.net/paulo-miguel-dias/pkppa/ubuntu bionic main
/etc/apt/sources.list.d/paulo-miguel-dias-ubuntu-pkppa-bionic.list.save:deb http://ppa.launchpad.net/paulo-miguel-dias/pkppa/ubuntu bionic main
/etc/apt/sources.list.d/paulo-miguel-dias-ubuntu-pkppa-bionic.list.save:# deb-src http://ppa.launchpad.net/paulo-miguel-dias/pkppa/ubuntu bionic main
/etc/apt/sources.list.d/snwh-ubuntu-ppa-bionic.list:deb http://ppa.launchpad.net/snwh/ppa/ubuntu bionic main
/etc/apt/sources.list.d/snwh-ubuntu-ppa-bionic.list:# deb-src http://ppa.launchpad.net/snwh/ppa/ubuntu bionic main
/etc/apt/sources.list.d/snwh-ubuntu-ppa-bionic.list.save:deb http://ppa.launchpad.net/snwh/ppa/ubuntu bionic main
/etc/apt/sources.list.d/snwh-ubuntu-ppa-bionic.list.save:# deb-src http://ppa.launchpad.net/snwh/ppa/ubuntu bionic main
maxdee1
Level 1
Level 1
Posts: 6
Joined: Wed Aug 14, 2019 2:12 am

Re: Unmet Dependencies UBUNTU

Post by maxdee1 »

Turns out im on ubuntu 18 LMAO. I'll do some more testing when i get home! Thanks for the help would have never guessed that on my own.
maxdee1
Level 1
Level 1
Posts: 6
Joined: Wed Aug 14, 2019 2:12 am

Re: Unmet Dependencies UBUNTU

Post by maxdee1 »

SOLVED:

I had to upgrade to UBUNTU 19

I then had to do this:

Ubuntu 19.04
Download the Release.key. Navigate to the directory you downloaded it to and install it with

Code:
sudo apt-key add Release.key

Add the repository:
Code:
sudo apt-add-repository 'deb https://download.opensuse.org/repositor ... untu_19.04 ./'

Then update:
Code:
sudo apt update
Locked