During Update Jun27 Ubuntu shows error

Asked by vinceboy

Help,

During Update all works fine until it install the update it shows::

E: /var/cache/apt/archives/libkrb53_1.4.4-5ubuntu3.1_i386.deb: failed in buffer_read(fd)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
David Portwood
Solved:
Last query:
Last reply:
Revision history for this message
Best David Portwood (dzportwood) said :
#1

Launch a terminal, execute the command "sudo rm /var/cache/apt/archives/libkrb53_1.4.4-5ubuntu3.1_i386.deb" then "sudo rm -rf /var/cache/apt/partials/".
Then run "sudo apt-get update && sudo apt-get dist-upgrade". This should solve your problem, let me know if it does or does not.
Thanks,
David

Revision history for this message
vinceboy (codebyter) said :
#2

Thanks David Portwood, that solved my question.