Thanks for the response.

My mind somehow converted 2.33 into 2.3.3 so I thought 2.3.3 < 2.4,
thanks for helping me identify that mistake.

I see now that this is the real problem:


$ sudo apt install libc6-i386

The following packages have unmet dependencies:
 libc6-i386 : Depends: libc6 (= 2.31-0ubuntu9.2) but 2.31-0ubuntu9.3 is to be 
installed
E: Unable to correct problems, you have held broken packages.


And I can see that version 2.31-0ubuntu9.2 is available for me to install:

$ sudo apt list -a libc6

libc6/now 2.31-0ubuntu9.3 amd64 [installed,local]
libc6/focal-updates 2.31-0ubuntu9.2 amd64
libc6/focal 2.31-0ubuntu9 amd64

libc6/now 2.31-0ubuntu9.3 i386 [installed,local]
libc6/focal-updates 2.31-0ubuntu9.2 i386
libc6/focal 2.31-0ubuntu9 i386


So I guess the solution is to install this previous version of libc6:

$ sudo apt install libc6=2.31-0ubuntu9.2

Will this cause my system to become unstable? I don't feel quite safe
running this command blindly. Thanks in advance!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929125

Title:
  lib32z1 cannot be installed on ubuntu 20.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zlib/+bug/1929125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to