chrisfromgreece It's not the package, it's just that the software center tends to time out once in a while and for some reason it also does not retry. By terminal is better, although you can encounter it there as well.
[for posterity's sake] There is a command to do it automatically, but last week I did the following on my media center PC (Disney+ works on linux, so finally could get rid of windows there):
- just once, run
sudo eopkg ur
- run
sudo eopkg up
- Identify (note down) the larger packages, say from 1Mb and upwards
- Once it times out, install all encountered large packages individually with
sudo install <package>
Or combine them with sudo eopkg install <package1> <package2> <etc>?
- Repeat
sudo eopkg up