Great find @nikau6!
Based on @nikau6's suggestion, here is a single command to do it
dynamically without having to retype each binary that needs to be
downgraded:
sudo apt install $(dpkg -l | grep 2.31-0ubuntu9.3 | awk '{ print
$2"=2.31-0ubuntu9.2" }')
You can run the following command by itself first if you want to see what will
be downgraded:
dpkg -l | grep 2.31-0ubuntu9.3 | awk '{ print $2"=2.31-0ubuntu9.2" }'
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926918
Title:
cannot install libc6-dev, requires old libc6 version
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1926918/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs