Comment 15 for bug 1926918

Revision history for this message
Pico (picomitchell) wrote (last edit ):

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 | awk '/2.31-0ubuntu9.3/ { 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 | awk '/2.31-0ubuntu9.3/ { print $2"=2.31-0ubuntu9.2" }'