Re: Problem with "Gdebi" in Debian 10 Buster 64bit

Gerard Bekhuis <[email protected]> Mon, 5 Aug 2019 16:18:56 +0200
Newsgroups gmane.linux.debian.user.laptop
Message-ID <[email protected]>

Am 05.08.19 um 15:42 schrieb Dan Ritter:
> Gerard Bekhuis wrote:
>> Hello Friends,
>>
>> I have installed debian 10 buster 64bit.
>> Since last week I cannot more install software with "gdebi".
>> I don't understand why it is unpossible now.
>> Perhaps somebody can help me to find a solution for my problem.
>> Thanks and many ghreetings,
> Possibly:
>
> https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=gdebi
>
> holds the answers.
>
> I would guess #931510, 931986 and 932088 and possibly 924761 are
> to blame.
>
> -dsr-
>
>
Hello Friends,

I solved my problem.
I have installed wine:

|*wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key
add -*|

Code: [Auswählen]

|*sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/*|

Code: [Auswählen]

|*sudo apt update*|

Code: [Auswählen]

|*sudo apt install --install-recommends winehq-stable*|

and after this, Gdebi worked.

I don't understand why? but it works.

Thank you very much.

Gérard.