Comment 2 for bug 308220

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Thanks for your report.

The cause of the failure is :
====
dpkg: error processing man-db (--configure):
 package man-db is already installed and configured
====

Something has probably gone wrong with a previous install.

You can solve this by running the following command:
sudo apt-get install --reinstall man-db

Let us known if this fixes your problem.