<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I already tried the apt-get install -f and it doesn`t produce the desired output.<br><br>The sudo /var/lib/dpkg/info/firefox.postinst configure results in the following output:<br><br> update-alternatives: error: /var/lib/dpkg/alternatives/x-www-browser corrupt: line not terminated while trying to read status<br><br>What am I to make of this output?<br><br>Dave<br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Wed, 22 Aug 2012 13:42:16 +0100<br>> From: lists@avi.co<br>> To: ubuntu-users@lists.ubuntu.com<br>> Subject: Re: Update Problems<br>> <br>> Liam Proven wrote:<br>> > Try<br>> > <br>> > sudo apt-get install -f<br>> <br>> Worth trying as it is, this isn't all that likely to help. The problem<br>> that started this is in this error message:<br>> <br>> > > E: firefox: subprocess installed post-installation script returned<br>> > > error exit status 2<br>> <br>> Which means that dpkg opened up the firefox package, installed it then<br>> ran the post-install script which failed. And unfortunately there's no<br>> way of getting any more information than that out of dpkg.<br>> <br>> You can try manually running the postinst script to see if it produces<br>> any useful output. If, in a terminal, you do <br>> <br>> sudo /var/lib/dpkg/info/firefox.postinst configure<br>> <br>> you'll replicate what apt tried to do, and perhaps see some useful<br>> output. Checking the Iceweasel equivalent on my machine here, it<br>> doesn't seem to do anything particularly hard or complex, so I'm not<br>> sure how or why it'd fail like that. Do be aware, though, that you're<br>> running a script as root here - you might want to read through the<br>> script first to make sure it's not going to do anything you don't want<br>> it to.<br>> <br>> -- <br>> Avi<br>> <br>> <br>> -- <br>> ubuntu-users mailing list<br>> ubuntu-users@lists.ubuntu.com<br>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users<br></div> </div></body>
</html>