Hi, I tried installing Google Earth from the deb they provide on their website.
Now apt is broken!
Whenever I try to do anything I get
.
When running
it downloads several packages and then I get this:
So -f install doesn't fix it.
What should I do now?
Now apt is broken!
Whenever I try to do anything I get
Code:
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
When running
Code:
apt-get -f install
Code:
npacking libgnutls26:i386 (from .../libgnutls26_2.12.23-1ubuntu1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libgnutls26_2.12.23-1ubuntu1_i386.deb (--unpack): cannot compute MD5 hash for file '/usr/share/doc/libgnutls26/AUTHORS.gz': failed to read (Input/output error) dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Unpacking libx11-6:i386 (from .../libx11-6_2%3a1.5.0-1ubuntu1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libx11-6_2%3a1.5.0-1ubuntu1_i386.deb (--unpack): cannot compute MD5 hash for file '/usr/share/doc/libx11-6/copyright': failed to read (Input/output error) dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Unpacking libtiff5:i386 (from .../libtiff5_4.0.2-4ubuntu2_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libtiff5_4.0.2-4ubuntu2_i386.deb (--unpack): cannot compute MD5 hash for file '/usr/share/doc/libtiff5/TODO': failed to read (Input/output error) dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Unpacking libqt4-declarative:i386 (from .../libqt4-declarative_4%3a4.8.4+dfsg-0ubuntu9_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libqt4-declarative_4%3a4.8.4+dfsg-0ubuntu9_i386.deb (--unpack): cannot compute MD5 hash for file '/usr/share/doc/libqt4-declarative/copyright': failed to read (Input/output error) dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) No apport report written because MaxReports is reached already Unpacking libqt4-test:i386 (from .../libqt4-test_4%3a4.8.4+dfsg-0ubuntu9_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libqt4-test_4%3a4.8.4+dfsg-0ubuntu9_i386.deb (--unpack): cannot compute MD5 hash for file '/usr/share/doc/libqt4-test/copyright': failed to read (Input/output error) No apport report written because MaxReports is reached already Errors were encountered while processing: /var/cache/apt/archives/libgnutls26_2.12.23-1ubuntu1_i386.deb /var/cache/apt/archives/libx11-6_2%3a1.5.0-1ubuntu1_i386.deb /var/cache/apt/archives/libtiff5_4.0.2-4ubuntu2_i386.deb /var/cache/apt/archives/libqt4-declarative_4%3a4.8.4+dfsg-0ubuntu9_i386.deb /var/cache/apt/archives/libqt4-test_4%3a4.8.4+dfsg-0ubuntu9_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
What should I do now?
Comment