Symptoms
Running 'apt update' results in errors such as:
CONFIG_TEXT: File has unexpected size (32768 != 21850). Mirror sync in progress?
Cause
Invalid local cached data within the apt package manager.
Resolution
Ensure that apt has the latest data available:
# apt update
Attempt the upgrade again:
# apt upgrade
Comments
0 comments
Article is closed for comments.