New Xubuntu 18.04 Install Dependency Problems

Questions about Wine on Linux
Locked
xanadu1977
Newbie
Newbie
Posts: 2
Joined: Wed Oct 24, 2018 4:03 am

New Xubuntu 18.04 Install Dependency Problems

Post by xanadu1977 »

Just did a brand new install of xubuntu 18.04 and got the following issues with install (showing output from aptitude). It was working before with 18.04 with no problems. Doing sudo apt install -f doesnt resolve it either.:(

# sudo aptitude install wine64

The following packages have unmet dependencies:
libgstreamer-plugins-base1.0-0 : Breaks: libgstreamer-plugins-base1.0-0:i386 (!= 1.14.1-1ubuntu1~ubuntu18.04.1) but 1.14.0-2ubuntu1 is to be installed
libgstreamer-plugins-base1.0-0:i386 : Breaks: libgstreamer-plugins-base1.0-0 (!= 1.14.0-2ubuntu1) but 1.14.1-1ubuntu1~ubuntu18.04.1 is installed
libgstreamer1.0-0 : Breaks: libgstreamer1.0-0:i386 (!= 1.14.1-1~ubuntu18.04.1) but 1.14.0-1 is to be installed
libgstreamer1.0-0:i386 : Breaks: libgstreamer1.0-0 (!= 1.14.0-1) but 1.14.1-1~ubuntu18.04.1 is installed
The following actions will resolve these dependencies:

Keep the following packages at their current version:
1) gstreamer1.0-plugins-base:i386 [Not Installed]
2) libgstreamer-plugins-base1.0-0:i386 [Not Installed]
3) libgstreamer1.0-0:i386 [Not Installed]
4) libwine:i386 [Not Installed]
5) wine32:i386 [Not Installed]

Leave the following dependencies unresolved:
6) libwine recommends libcapi20-3
7) libwine recommends libodbc1 (>= 2.3.1)
8) libwine recommends libosmesa6 (>= 10.2~)
9) wine64 recommends wine32 (= 3.0-1ubuntu1)



Accept this solution? [Y/n/q/?]
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: New Xubuntu 18.04 Install Dependency Problems

Post by dimesio »

Code: Select all

# sudo aptitude install wine64
That's wrong. Follow the instructions on https://wiki.winehq.org/Ubuntu to install.

Code: Select all

The following packages have unmet dependencies:
libgstreamer-plugins-base1.0-0 : Breaks: libgstreamer-plugins-base1.0-0:i386 (!= 1.14.1-1ubuntu1~ubuntu18.04.1) but 1.14.0-2ubuntu1 is to be installed
libgstreamer-plugins-base1.0-0:i386 : Breaks: libgstreamer-plugins-base1.0-0 (!= 1.14.0-2ubuntu1) but 1.14.1-1ubuntu1~ubuntu18.04.1 is installed
libgstreamer1.0-0 : Breaks: libgstreamer1.0-0:i386 (!= 1.14.1-1~ubuntu18.04.1) but 1.14.0-1 is to be installed
libgstreamer1.0-0:i386 : Breaks: libgstreamer1.0-0 (!= 1.14.0-1) but 1.14.1-1~ubuntu18.04.1 is installed
32 and 64 bit packages installed alongside one another have to be the same version.
xanadu1977
Newbie
Newbie
Posts: 2
Joined: Wed Oct 24, 2018 4:03 am

Re: New Xubuntu 18.04 Install Dependency Problems

Post by xanadu1977 »

I have and it still will not install. I used to output from aptitude because its more verbose

user@user-Alienware-17-R4:~$ sudo apt-get install --install-recommends winehq-stable
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 3.0.3~bionic)
E: Unable to correct problems, you have held broken packages.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: New Xubuntu 18.04 Install Dependency Problems

Post by dimesio »

You need to solve your libgstreamer dependency problem first.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: New Xubuntu 18.04 Install Dependency Problems

Post by Bob Wya »

@ xanadu1977

Please can you use the WineHQ forum Code:

Code: Select all

...
tags...
Your posts just read as a wall of text, without these delimiting tags...

Highlight your blob of terminal commands+output, with your mouse, etc.
Then select the Code button - immediately above the edit box.
This requires you to use the Full Editor reply option (not the Quick Reply box).

Ta
Bob
Locked