Hi - we had a few issues with some of our init scripts recently. Investigating I found that mesa packages were throwing issues when trying to install. Posting this to help the community and raise awareness to Databricks to fix it
I believe the image for 13.3 LTS was updated last Friday and resulted in this. Even fix-missing and everything else doesnt seem to work to get it to install.
1) The work around is really easy - you likely dont need those packages on your machine for whatever process you are running. So if running an install script just put all the errors in a log file like so:
sudo apt upgrade -y 2>upgrade_errors.log
2) @Debayan might be good to look into this as it might affect more clients.