I'v tried to solve through Synaptic but it seems impossible.xx@xx-pc: ~ $ sudo apt install --install-recommends winehq-devel
[sudo] mc password:
Reading package list ... Done
Dependency tree generation
Read status information ... Done
Some packages cannot be installed. This can mean
that an impossible situation has been requested or, if you are
using a development distribution, which some packages required
have not yet been created or have been removed from Incoming.
The following information can help resolve the situation:
The following packages have unmet dependencies:
winehq-devel: Depends: wine-devel (= 6.20 ~ impish-1)
E: Unable to fix problems, there are bad packages blocked.
xx@ xx-pc: ~ $
Problem installing Wine on Ubuntu 20.04.3
Problem installing Wine on Ubuntu 20.04.3
Hi, i'm trying to install Wine on Ubuntu 20.04.03 through the official PPA (following the site's instructions) but everytime i try this is what happens:
Re: Problem installing Wine on Ubuntu 20.04.3
Ubuntu 20.04.3 is named Focal Fossa.winehq-devel: Depends: wine-devel (= 6.20 ~ impish-1)
You probably added the wrong repository.
Re: Problem installing Wine on Ubuntu 20.04.3
I know that Ubuntu 20.04.3 is named Focal Foss and of course i added the right repository (following the site's instructions). The problem is that when i update the Impish repository seems present and maybe this is the problem.
The impish repository is not present in the update application of Ubuntu and is not present in the etc/apt/sources.list so i don't know how to remove it. I'm sure that i didn't install it.Trovato:1 http://deb.xanmod.org releases InRelease
Trovato:2 https://qgis.org/ubuntu focal InRelease
Trovato:3 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Trovato:4 https://dl.winehq.org/wine-builds/ubuntu impish InRelease
Trovato:5 http://archive.ubuntu.com/ubuntu focal InRelease
Trovato:6 http://ppa.launchpad.net/alex-p/qcad/ubuntu focal InRelease
Re: Problem installing Wine on Ubuntu 20.04.3
The following command should tell you where the wrong wine repository is:
Code: Select all
grep -Rn impish /etc/apt/sources.list*
Re: Problem installing Wine on Ubuntu 20.04.3
Problem solved. Thank you very much!jkfloris wrote: ↑Thu Nov 04, 2021 11:15 am The following command should tell you where the wrong wine repository is:Code: Select all
grep -Rn impish /etc/apt/sources.list*