Broken package system using Ubuntu 18.04 after running software updater
It's right there in your output: A corrupt package.
Unpacking linux-image-4.15.0-111-generic (4.15.0-111.112) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
-
Delete the corrupt package from your archive:
sudo apt clean linux-image-4.15.0-111-generic
-
Re-download the correct package:
sudo apt upgrade