Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

When I try to update my Ubuntu 11.10 I get this message after downloading everything "The installation or removal of a software package failed.

installArchives() failed: (Reading database ... dpkg: unrecoverable fatal error, aborting:
 files list file for package 'telepathy-butterfly' is missing final newline
Error in function: "
share|improve this question

1 Answer

Try this: open a Terminal and try the following commands:

sudo apt-get install -f

And then afterwards, if successful, try

sudo apt-get update
sudo apt-get upgrade

If these don't work, consider removing the offending package

sudo apt-get remove telepathy-butterfly

and if you wish, try to reinstall it

sudo apt-get install telepathy-butterfly

Hope this helps.

share|improve this answer

protected by RolandiXor Aug 5 '12 at 2:45

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.