After fixing WSL networking issues, I had to upgrade the Ubuntu LTS instance… The sequence should have been:
apt updateapt upgrade -yapt dist-updatelsb_release -a# to confirm version before upgradedo-release-upgradelsb_release -a# to confirm version after upgrade
But, as per usual, I hit another issue attempting to upgrade (i.e. while running do-release-upgrade):
error: cannot list snaps: cannot communicate with server: Get "http://localhost/v2/snaps": dial unix /run/snapd.socket: connect: no such file or directory
A quick ‘net search brought up the point that snapd was not running…
