Problem with updating

Hello,
I’m trying to upgrade to the latest October release. I’m running the following command

apt-get dist-upgrade

It starts but fails in the end with the error message below. Am I doing something wrong? How can I fix this.

E: Failed to fetch http://apt.osmc.tv/pool/main/m/mediacenter-skin-osmc/mediacenter-skin-osmc_4.2.0-1_all.deb Size mismatch

I’ve also tried the following command: apt-get dist-upgrade --fix-missing

Thanks in advance

P.S. I’m running a the beta release of Kodi

seems like the download got corrupted

try

sudo apt update
sudo apt dist-upgrade -y

and if that fails

sudo apt install -f

Already covered. Archive may have been corrupt so republished. Krypton related

ahh k :slight_smile: