Redirecting back to the list.

On Mon, Mar 28, 2022 at 01:04:14PM -0400, Haines Brown wrote:
> On Sun, Mar 27, 2022 at 04:26:32PM -0700, Gregory Nowak wrote:
> > On Sun, Mar 27, 2022 at 03:47:43PM -0400, Haines Brown wrote:
> > > Your suggestion made me feel rather guilty until I checked after doing 
> > > update/upgrade
> > > 
> > >   $ aptitude show wine | less
> > >   Version: 5.0.3-3
> > >   State: installed
> > > 
> > > Are you running Ceres?
> > 
> > Indeed. The version of wine on multiple chimaera systems I have
> > installed is 5.0.3-3.
> > 
> > Here's how you install wine32:
> > 
> > dpkg --add-architecture i386
> > apt update
> > apt install wine32:i386
> > 
> > Greg
> 
> Not much luck. I did the first two steps and then
> 
>   # apt install wine32:i386
>   Reading package lists... Done
>   ...
>   The following packages have unmet dependencies:
>    libasound2-data : Breaks: libasound2:i386 (< 1.2.5.1-1) but 1.2.4-1.1 is 
> to be installed
>                    Recommends: alsa-ucm-conf but it is not going to be 
> installed
>    libcurl4:i386 : Depends: libgssapi-krb5-2:i386 (>= 1.17) but it is not 
> installable
>                  Recommends: ca-certificates:i386
>    libwrap0:i386 : Depends: libnsl2:i386 (>= 1.0) but it is not installable
>    perl-base : PreDepends: libc6 (>= 2.29) but it is not installable
>              PreDepends: libcrypt1 (>= 1:4.1.0) but it is not installable
>              PreDepends: dpkg (>= 1.17.17)
>    ucf : Depends: coreutils (>= 5.91)
>   E: Unable to correct problems, you have held broken packages.

My bad. You don't need to append the architecture. So just:

apt install wine32

or if you prefer

apt-get install wine32

should work.

> 
>   # dpkg --configure -a
>   [no feedback]
> 
>   # apt-get dist-upgrade
>   ...
>   The following packages have been kept back:
>   xdg-desktop-portal-gtk              
>   ...
>   The following packages have unmet dependencies:
>   xdg-desktop-portal-gtk : Depends: xdg-desktop-portal (>= 1.14.0)
>   E: Unable to correct problems, you have held broken packages.       
>   
>   # aptitude show xdg-desktop-portal
>   Package: xdg-desktop-portal
>   Version: 1.8.1-1
>   State: installed
>   ...
>

This looks like an unrelated issue. If xdg-desktop-portal isn't
something you use, purging it as in:

apt-get purge xdg-desktop-portal

should resolve that for you. I seem to recall someone else posted to
the list with this issue a few days ago. From what I recall from that
thread, xdg-desktop-portal got pulled in by something else, but wasn't
actually needed.

Greg


> -- 
> 
>      Haines Brown 
> 
>  /"\
>  \ /  ASCII Ribbon Campaign
>   X    against HTML e-mail 
>  / \
> 

-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to