161 packages were in the update que. During the update an error occured:
So, after adding "--fix-missing" to the update command, followed by dist-upgrade, the 161 packages downloaded and installed without further problems.
Err:100 http://archive.neon.kde.org/user xenial/main amd64 dolphin amd64 4:17.04.1-0neon+16.04+build24
Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
:~# sudo apt-get update --fix-missing
...
:~# sudo apt-get dist-upgrade
...
Preparing to unpack .../dolphin_4%3a17.04.1-0neon+16.04+build24_amd64.deb ...
Unpacking dolphin (4:17.04.1-0neon+16.04+build24) over (4:17.04.0-0neon+16.04+build23) ...
...
Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
:~# sudo apt-get update --fix-missing
...
:~# sudo apt-get dist-upgrade
...
Preparing to unpack .../dolphin_4%3a17.04.1-0neon+16.04+build24_amd64.deb ...
Unpacking dolphin (4:17.04.1-0neon+16.04+build24) over (4:17.04.0-0neon+16.04+build23) ...
...
So, after adding "--fix-missing" to the update command, followed by dist-upgrade, the 161 packages downloaded and installed without further problems.
Comment