Attempting to upgrade packages on 18.04 running on an AWS ec2 instance and getting the following error.
The package linux-aws-5.4-headers-5.4.0-1030 needs to be reinstalled, but I can't find an archive for it.
I've tried apt dist-upgrade
, apt-get install --fix-missing
and dpkg --configure -a
. All result in the same error above.The package linux-aws-5.4-headers-5.4.0-1030
doesn't appear to be listed in the software packages for 18.04
Thanks in advance for any help in resolving this issue.