Every atp command returns an avalanche of errors, I freed up some space but the package management stuff seems gone and I can’t seem to fix it. Should I fresh install?
Every atp command returns an avalanche of errors, I freed up some space but the package management stuff seems gone and I can’t seem to fix it. Should I fresh install?
You might have too many old kernels installed. This would potentially fill up the /boot partition. One way to check this is:
Look for the line indicating space left for /boot.
You can then get a list of the installed kernels with:
If you need to remove old ones, use
uname -ato identify the running kernel (should be the latest version if you’ve rebooted after the last kernel update) then remove all of the older kernel packages with:More generally speaking, I think that
sudo apt autoremoveshould leave you with only the latest 2 kernel packages by default.apt autoremove says dependencies are lacking
apt --fix-broken install gives me:
method http has died unexpectedly