<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFCC">
Thanks for the suggestion. I did this, and when it rebooted, it did
disk checks, but then failed to mount anything, so I rebooted into
Linux Mint (also installed on this PC) and did a disk check of
Ubuntu from gparted, which did not find any errors.<br>
<br>
The good news is that when I rebooted again and booted into Ubuntu,
it booted okay, and it offered the libgmp10 file in the Update
Manager, so I installed it that way. I also did a sudo apt-get
autoremove in a CLI and that worked too, so no more problems with
dpkg it seems.<br>
<br>
<br>
David K<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 08/11/13 15:26, Colin Law wrote:<br>
</div>
<blockquote
cite="mid:CAL=0gLvpvJZhJkzj5WKWBZ4S7R7FkH=R_0pcXinN8gg=ERvL5A@mail.gmail.com"
type="cite">
<pre wrap="">On 8 November 2013 15:23, Colin Law <a class="moz-txt-link-rfc2396E" href="mailto:clanlaw@googlemail.com"><clanlaw@googlemail.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On 8 November 2013 15:18, David King <a class="moz-txt-link-rfc2396E" href="mailto:linuxman@avoura.com"><linuxman@avoura.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">
I am having a problem with updating any software on my Ubuntu Studio 12.04
There are various updates listed, but when trying to install them I get an
error:
installArchives() failed: (Reading database ... dpkg: unrecoverable fatal
error, aborting:
unable to open files list file for package `libgmp10': Input/output error
/var/cache/apt/archives/libgmp10_2%3a5.0.2+dfsg-2ubuntu1_amd64.deb
</pre>
</blockquote>
<pre wrap="">
That file is corrupted. It is just the downloaded deb file so you can
safely delete it and it will be re-downloaded.
sudo rm /var/cache/apt/archives/libgmp10_2%3a5.0.2+dfsg-2ubuntu1_amd64.deb
</pre>
</blockquote>
<pre wrap="">
It might also be worth while forcing a disk check.
sudo touch /forcefsck
and re-boot.
Colin
</pre>
</blockquote>
<br>
</body>
</html>