Problems updating wine in Debian 11 - received file has an unexpected size

Questions about Wine on Linux
Locked
eGorius
Newbie
Newbie
Posts: 1
Joined: Sun Jan 24, 2021 8:54 am

Problems updating wine in Debian 11 - received file has an unexpected size

Post by eGorius »

Hi everyone.

I have problems when upgrading in Debian 11. After the apt update command, I get a message that the received file has an unexpected size (332272 != 343696). What does this mean?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Problems updating wine in Debian 11 - received file has an unexpected size

Post by jkfloris »

It could be that the server is updating and the error will disappear after a couple of hours.
If you still have this problem, post the output of:

Code: Select all

grep -r ^deb /etc/apt/sources.list*
Locked