Upon trying to update using sudo apt update
I get
Hit:1 http://gb.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://gb.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
Hit:4 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease
Ign:5 http://archive.canonical.com/ubuntu trusty InRelease
Hit:6 http://archive.canonical.com/ubuntu trusty Release
Hit:7 http://repository.spotify.com stable InRelease
Hit:8 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Get:9 http://gb.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:10 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Ign:11 http://download.ebz.epson.net/dsc/op/stable/debian lsb3.2 InRelease
Hit:12 http://download.ebz.epson.net/dsc/op/stable/debian lsb3.2 Release
Fetched 306 kB in 2s (129 kB/s)
Reading package lists... Error!
W: http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/Release.gpg: Signature by key E5220FB7014D0FBDA50DFC2BE5E86C008AA65D56 uses weak digest algorithm (SHA1)
E: Read error - read (5: Input/output error)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted
Running this again I get
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
I run sudo dpkg --configure -a
and get no errors
Then sudo apt upgrade
and it ends with
....
....
Get:91 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 unity-control-center-faces all 15.04.0+16.04.20170214-0ubuntu2 [180 kB]
Get:92 http://gb.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 va-driver-all amd64 1.7.0-1ubuntu0.1 [4,534 B]
Get:93 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xul-ext-ubufox all 3.4-0ubuntu0.16.04.2 [3,302 B]
Fetched 255 MB in 19s (12.8 MB/s)
Extract templates from packages: 100%
Preconfiguring packages ...
dpkg: unrecoverable fatal error, aborting:
reading files list for package 'libsm6:i386': Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
There are some drastic fixes such as this and this but I wouldn't want to attempt deleting system files without further advice.
http://download.ebz.epson.net/dsc/op/stable/debian
. If you aren't experienced, you shouldn't mix the two. – Dec 02 '17 at 15:18sudo apt clean
. – Dec 02 '17 at 15:19/etc/apt/sources.list
, reransudo apt-get update
andsudo apt-get upgrade
. The errors are identical. – Jacques MALAPRADE Dec 02 '17 at 15:28sudo apt-get clean
and then update and upgrade the errors are identical. – Jacques MALAPRADE Dec 02 '17 at 15:31