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
lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)
-
- Newbie
- Posts: 2
- Joined: Tue Jul 04, 2023 12:06 pm
-
- Newbie
- Posts: 2
- Joined: Tue Jul 04, 2023 12:06 pm
Re: lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)
xorg-server version 1:7.7+23ubuntu2
is also installed
is also installed
Re: lightdm : Depends: plymouth (>= 0.8.8-0ubuntu18)
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:
If this doesn't help either, post the full output of what is going wrong and the list of repositories you have enabled.
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
Code: Select all
apt policy