lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)

Questions about Wine on Linux
Locked
nestoribio
Newbie
Newbie
Posts: 2
Joined: Tue Jul 04, 2023 12:06 pm

lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)

Post by nestoribio »

I have Linux Mint 21Mate but I can not install Wine on it.
I get this message:
The following packages have unmet dependencies:
lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)
Recommends: xserver-xorg but it is not going to be installed
but plymouth is already installed version 0.9.5+git20211018-1ubuntu3
and lightdm is already installed:
versión: 1.30.0-0ubuntu5

What should I do?

Thanks in advance
nestoribio
Newbie
Newbie
Posts: 2
Joined: Tue Jul 04, 2023 12:06 pm

Re: lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)

Post by nestoribio »

xorg-server version 1:7.7+23ubuntu2
is also installed
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)

Post by jkfloris »

These packages are not directly related to the Wine packages.
Probably installing Wine will reveal another problem.

Here are a few tips that may help:

Code: Select all

# Update the system:
sudo apt update
sudo apt full-upgrade

# Make sure there are no orphaned packages on your system:
apt list '~o'

# Try to install the 32-bit part of Wine
sudo apt install --install-recommends wine-stable-i386:i386
sudo apt install --install-recommends winehq-stable
If this doesn't help either, post the full output of what is going wrong and the list of repositories you have enabled.

Code: Select all

apt policy
Locked